Uses of Class
org.apache.axis2.transport.jms.JMSEndpoint
-
Packages that use JMSEndpoint Package Description org.apache.axis2.transport.jms Transport implementation for JMS. -
-
Uses of JMSEndpoint in org.apache.axis2.transport.jms
Methods in org.apache.axis2.transport.jms that return JMSEndpoint Modifier and Type Method Description protected JMSEndpoint
JMSListener. createEndpoint()
Methods in org.apache.axis2.transport.jms with parameters of type JMSEndpoint Modifier and Type Method Description protected void
JMSListener. startEndpoint(JMSEndpoint endpoint)
Listen for JMS messages on behalf of the given serviceprotected void
JMSListener. stopEndpoint(JMSEndpoint endpoint)
Stops listening for messages for the service thats undeployed or stopped
-