Class Summary |
BeanVendorAdapter |
Uses ClassUtils.forName and reflection to configure ConnectionFactory. |
JMSConnector |
JMSConnector is an abstract class that encapsulates the work of connecting
to JMS destinations. |
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. |
JMSEndpoint |
JMSEndpoint encapsulates interactions with a JMS destination. |
JMSOutTransportInfo |
|
JMSSender |
This is meant to be used on a SOAP Client to call a SOAP server. |
JMSURLConnection |
URLConnection for the "jms" protocol |
JMSURLHelper |
JMSURLHelper provides access to properties in the URL. |
JMSVendorAdapter |
SPI Interface that all JMSVendorAdaptors must implement. |
JMSVendorAdapterFactory |
Discovery class used to locate vendor adapters. |
JNDIVendorAdapter |
Uses JNDI to locate ConnectionFactory and Destinations |
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 |
|
TopicConnector |
TopicConnector is a concrete JMSConnector subclass that specifically handles
connections to topics (pub-sub domain). |