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
- public class BeanVendorAdapter
- extends JMSVendorAdapter
Uses ClassUtils.forName and reflection to configure ConnectionFactory. Uses
the input sessions to create destinations.
- Author:
- Jaime Meritt (jmeritt@sonicsoftware.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONNECTION_FACTORY_CLASS
protected static final java.lang.String CONNECTION_FACTORY_CLASS
BeanVendorAdapter
public BeanVendorAdapter()
getQueueConnectionFactory
public javax.jms.QueueConnectionFactory getQueueConnectionFactory(java.util.HashMap cfConfig)
throws java.lang.Exception
- Overrides:
getQueueConnectionFactory
in class JMSVendorAdapter
getTopicConnectionFactory
public javax.jms.TopicConnectionFactory getTopicConnectionFactory(java.util.HashMap cfConfig)
throws java.lang.Exception
- Overrides:
getTopicConnectionFactory
in class JMSVendorAdapter
Copyright © 2002 Apache XML Project. All Rights Reserved.