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 JMSEndpointJMSListener. createEndpoint()Methods in org.apache.axis2.transport.jms with parameters of type JMSEndpoint Modifier and Type Method Description protected voidJMSListener. startEndpoint(JMSEndpoint endpoint)Listen for JMS messages on behalf of the given serviceprotected voidJMSListener. stopEndpoint(JMSEndpoint endpoint)Stops listening for messages for the service thats undeployed or stopped
-