Package org.apache.axis.components.jms
Class BeanVendorAdapter
java.lang.Object
org.apache.axis.components.jms.JMSVendorAdapter
org.apache.axis.components.jms.BeanVendorAdapter
- Direct Known Subclasses:
SonicMQVendorAdapter
Uses ClassUtils.forName and reflection to configure ConnectionFactory. Uses
the input sessions to create destinations.
- Author:
- Jaime Meritt (jmeritt@sonicsoftware.com)
-
Field Summary
FieldsFields inherited from class org.apache.axis.components.jms.JMSVendorAdapter
CONNECT_ACTION, ON_EXCEPTION_ACTION, RECEIVE_ACTION, SEND_ACTION, SUBSCRIBE_ACTION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionQueueConnectionFactory
getQueueConnectionFactory
(HashMap cfConfig) TopicConnectionFactory
getTopicConnectionFactory
(HashMap cfConfig) Methods inherited from class org.apache.axis.components.jms.JMSVendorAdapter
addVendorConnectionFactoryProperties, getJMSConnectionFactoryProperties, getJMSConnectorProperties, getQueue, getTopic, getVendorId, isMatchingConnectionFactory, isRecoverable, setProperties, setupApplicationProperties, setupMessageContext
-
Field Details
-
CONNECTION_FACTORY_CLASS
- See Also:
-
-
Constructor Details
-
BeanVendorAdapter
public BeanVendorAdapter()
-
-
Method Details
-
getQueueConnectionFactory
- Specified by:
getQueueConnectionFactory
in classJMSVendorAdapter
- Throws:
Exception
-
getTopicConnectionFactory
- Specified by:
getTopicConnectionFactory
in classJMSVendorAdapter
- Throws:
Exception
-