Package org.apache.axis.transport.jms
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
JMSConstants JMSConstants contains constants that apply to all JMS providers.
Classes
Handler URLStreamHandler for the "jms" protocol
JMSConnector JMSConnector is an abstract class that encapsulates the work of connecting to JMS destinations.
JMSConnector.AsyncConnection No description provided.
JMSConnector.AsyncConnection.ListenerSession No description provided.
JMSConnector.SyncConnection No description provided.
JMSConnector.SyncConnection.SendSession No description provided.
JMSConnectorFactory JMSConnectorFactory is a factory class for creating JMSConnectors.
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.
JMSConnectorManager.ShareableObjectPool.ReferenceCountedObject Wrapper to track the use count of an object
JMSEndpoint JMSEndpoint encapsulates interactions w/ a JMS destination.
JMSSender This is meant to be used on a SOAP Client to call a SOAP server.
JMSTransport JMSTransport is the JMS-specific implemenation of org.apache.axis.client.Transport.
JMSURLConnection URLConnection for the "jms" protocol
JMSURLHelper JMSURLHelper provides access to properties in the URL.
MapUtils MapUtils provides convenience methods for accessing a java.util.Map
QueueConnector QueueConnector is a concrete JMSConnector subclass that specifically handles connections to queues (ptp domain).
SimpleJMSListener SimpleJMSListener implements the javax.jms.MessageListener interface.
SimpleJMSWorker SimpleJMSWorker is a worker thread that processes messages that are received by SimpleJMSListener.
Subscription No description provided.
TopicConnector TopicConnector is a concrete JMSConnector subclass that specifically handles connections to topics (pub-sub domain).
Exceptions
InvokeException The InvokeException is thrown when a method encounters a general exception in the course of processing.
InvokeTimeoutException The InvokeTimeoutException is thrown when a method cannot complete processing within the time allotted.