org.jboss.axis.components.jms
Class JNDIVendorAdapter
java.lang.Object
org.jboss.axis.components.jms.JMSVendorAdapter (src)
org.jboss.axis.components.jms.JNDIVendorAdapter
- public class JNDIVendorAdapter
- extends JMSVendorAdapter (src)
Uses JNDI to locate ConnectionFactory and Destinations
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONNECTION_FACTORY_JNDI_NAME
public static final java.lang.String CONNECTION_FACTORY_JNDI_NAME
- See Also:
- Constant Field Values (src)
JNDIVendorAdapter
public JNDIVendorAdapter()
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
getQueue
public Queue (src) getQueue(QueueSession (src) session,
java.lang.String name)
throws java.lang.Exception
- Overrides:
getQueue
in class JMSVendorAdapter (src)
- Throws:
java.lang.Exception
getTopic
public Topic (src) getTopic(TopicSession (src) session,
java.lang.String name)
throws java.lang.Exception
- Overrides:
getTopic
in class JMSVendorAdapter (src)
- Throws:
java.lang.Exception