org.jboss.axis.components.jms
Class BeanVendorAdapter

java.lang.Object
  extended byorg.jboss.axis.components.jms.JMSVendorAdapter (src) 
      extended byorg.jboss.axis.components.jms.BeanVendorAdapter

public class BeanVendorAdapter
extends JMSVendorAdapter (src)

Uses ClassUtils.forName and reflection to configure ConnectionFactory. Uses the input sessions to create destinations.


Field Summary
protected static java.lang.String CONNECTION_FACTORY_CLASS
           
 
Fields inherited from class org.jboss.axis.components.jms.JMSVendorAdapter (src)
CONNECT_ACTION, ON_EXCEPTION_ACTION, RECEIVE_ACTION, SEND_ACTION, SUBSCRIBE_ACTION
 
Constructor Summary
BeanVendorAdapter()
           
 
Method Summary
 QueueConnectionFactory (src) getQueueConnectionFactory(java.util.HashMap cfConfig)
           
 TopicConnectionFactory (src) getTopicConnectionFactory(java.util.HashMap cfConfig)
           
 
Methods inherited from class org.jboss.axis.components.jms.JMSVendorAdapter (src)
getQueue, getTopic, isRecoverable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTION_FACTORY_CLASS

protected static final java.lang.String CONNECTION_FACTORY_CLASS
See Also:
Constant Field Values (src)
Constructor Detail

BeanVendorAdapter

public BeanVendorAdapter()
Method Detail

getQueueConnectionFactory

public QueueConnectionFactory (src)  getQueueConnectionFactory(java.util.HashMap cfConfig)
                                                 throws java.lang.Exception
Specified by:
getQueueConnectionFactory in class JMSVendorAdapter (src)
Throws:
java.lang.Exception

getTopicConnectionFactory

public TopicConnectionFactory (src)  getTopicConnectionFactory(java.util.HashMap cfConfig)
                                                 throws java.lang.Exception
Specified by:
getTopicConnectionFactory in class JMSVendorAdapter (src)
Throws:
java.lang.Exception