org.apache.axis.components.jms

Class BeanVendorAdapter

public abstract 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)

Field Summary
protected static StringCONNECTION_FACTORY_CLASS
Method Summary
QueueConnectionFactorygetQueueConnectionFactory(HashMap cfConfig)
TopicConnectionFactorygetTopicConnectionFactory(HashMap cfConfig)

Field Detail

CONNECTION_FACTORY_CLASS

protected static final String CONNECTION_FACTORY_CLASS

Method Detail

getQueueConnectionFactory

public QueueConnectionFactory getQueueConnectionFactory(HashMap cfConfig)

getTopicConnectionFactory

public TopicConnectionFactory getTopicConnectionFactory(HashMap cfConfig)
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.