org.apache.axis.components.jms
public abstract class BeanVendorAdapter extends JMSVendorAdapter
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
CONNECTION_FACTORY_CLASS |
CONNECT_ACTION, ON_EXCEPTION_ACTION, RECEIVE_ACTION, SEND_ACTION, SUBSCRIBE_ACTION
Constructor and Description |
---|
BeanVendorAdapter() |
Modifier and Type | Method and Description |
---|---|
QueueConnectionFactory |
getQueueConnectionFactory(java.util.HashMap cfConfig) |
TopicConnectionFactory |
getTopicConnectionFactory(java.util.HashMap cfConfig) |
addVendorConnectionFactoryProperties, getJMSConnectionFactoryProperties, getJMSConnectorProperties, getQueue, getTopic, getVendorId, isMatchingConnectionFactory, isRecoverable, setProperties, setupApplicationProperties, setupMessageContext
protected static final java.lang.String CONNECTION_FACTORY_CLASS
public QueueConnectionFactory getQueueConnectionFactory(java.util.HashMap cfConfig) throws java.lang.Exception
getQueueConnectionFactory
in class JMSVendorAdapter
java.lang.Exception
public TopicConnectionFactory getTopicConnectionFactory(java.util.HashMap cfConfig) throws java.lang.Exception
getTopicConnectionFactory
in class JMSVendorAdapter
java.lang.Exception
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.