org.apache.axis2.transport.jms
Class BeanVendorAdapter
java.lang.Object
org.apache.axis2.transport.jms.JMSVendorAdapter
org.apache.axis2.transport.jms.BeanVendorAdapter
- public abstract class BeanVendorAdapter
- extends JMSVendorAdapter
Uses ClassUtils.forName and reflection to configure ConnectionFactory. Uses
the input sessions to create destinations.
Methods inherited from class org.apache.axis2.transport.jms.JMSVendorAdapter |
addVendorConnectionFactoryProperties, getJMSConnectionFactoryProperties, getJMSConnectorProperties, getQueue, getTopic, getVendorId, isMatchingConnectionFactory, isRecoverable, setProperties, setupApplicationProperties, setupMessageContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONNECTION_FACTORY_CLASS
protected static final String CONNECTION_FACTORY_CLASS
- See Also:
- Constant Field Values
BeanVendorAdapter
public BeanVendorAdapter()
getQueueConnectionFactory
public javax.jms.QueueConnectionFactory getQueueConnectionFactory(HashMap cfConfig)
throws Exception
- Specified by:
getQueueConnectionFactory
in class JMSVendorAdapter
- Throws:
Exception
getTopicConnectionFactory
public javax.jms.TopicConnectionFactory getTopicConnectionFactory(HashMap cfConfig)
throws Exception
- Specified by:
getTopicConnectionFactory
in class JMSVendorAdapter
- Throws:
Exception