|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.components.jms.JMSVendorAdapter
org.apache.axis.components.jms.BeanVendorAdapter
public abstract class BeanVendorAdapter
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.apache.axis.components.jms.JMSVendorAdapter |
---|
CONNECT_ACTION, ON_EXCEPTION_ACTION, RECEIVE_ACTION, SEND_ACTION, SUBSCRIBE_ACTION |
Constructor Summary | |
---|---|
BeanVendorAdapter()
|
Method Summary | |
---|---|
QueueConnectionFactory |
getQueueConnectionFactory(java.util.HashMap cfConfig)
|
TopicConnectionFactory |
getTopicConnectionFactory(java.util.HashMap cfConfig)
|
Methods inherited from class org.apache.axis.components.jms.JMSVendorAdapter |
---|
addVendorConnectionFactoryProperties, getJMSConnectionFactoryProperties, getJMSConnectorProperties, getQueue, getTopic, getVendorId, isMatchingConnectionFactory, isRecoverable, setProperties, setupApplicationProperties, setupMessageContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String CONNECTION_FACTORY_CLASS
Constructor Detail |
---|
public BeanVendorAdapter()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |