Package org.apache.axis.transport.jms


package org.apache.axis.transport.jms
  • Class
    Description
    URLStreamHandler for the "jms" protocol
    The InvokeException is thrown when a method encounters a general exception in the course of processing.
    The InvokeTimeoutException is thrown when a method cannot complete processing within the time allotted.
    JMSConnector is an abstract class that encapsulates the work of connecting to JMS destinations.
    JMSConnectorFactory is a factory class for creating JMSConnectors.
    JMSConnectorManager manages a pool of connectors and works with the vendor adapters to support the reuse of JMS connections.
    JMSConstants contains constants that apply to all JMS providers.
    JMSEndpoint encapsulates interactions w/ a JMS destination.
    This is meant to be used on a SOAP Client to call a SOAP server.
    JMSTransport is the JMS-specific implemenation of org.apache.axis.client.Transport.
    URLConnection for the "jms" protocol
    JMSURLHelper provides access to properties in the URL.
    MapUtils provides convenience methods for accessing a java.util.Map
    QueueConnector is a concrete JMSConnector subclass that specifically handles connections to queues (ptp domain).
    SimpleJMSListener implements the javax.jms.MessageListener interface.
    SimpleJMSWorker is a worker thread that processes messages that are received by SimpleJMSListener.
     
    TopicConnector is a concrete JMSConnector subclass that specifically handles connections to topics (pub-sub domain).