Uses of Package
org.apache.axis2.transport.jms

Packages that use org.apache.axis2.transport.jms
org.apache.axis2.transport.jms   
 

Classes in org.apache.axis2.transport.jms used by org.apache.axis2.transport.jms
InvokeException
          The InvokeException is thrown when a method encounters a general exception in the course of processing.
JMSConnector
          JMSConnector is an abstract class that encapsulates the work of connecting to JMS destinations.
JMSConnector.AsyncConnection
           
JMSConnector.AsyncConnection.ListenerSession
           
JMSConnector.SyncConnection
           
JMSConnector.SyncConnection.SendSession
           
JMSConnectorManager
          JMSConnectorManager manages a pool of connectors and works with the vendor adapters to support the reuse of JMS connections.
JMSConnectorManager.ShareableObjectPool
          A simple non-blocking pool impl for objects that can be shared.
JMSEndpoint
          JMSEndpoint encapsulates interactions with a JMS destination.
JMSURLHelper
          JMSURLHelper provides access to properties in the URL.
JMSVendorAdapter
          SPI Interface that all JMSVendorAdaptors must implement.
SimpleJMSListener
          SimpleJMSListener implements the javax.jms.MessageListener interface.
Subscription