当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
JNDIVendorAdapter (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.components.jms
Class JNDIVendorAdapter
java.lang.Object
org.apache.axis.components.jms.JMSVendorAdapter
org.apache.axis.components.jms.JNDIVendorAdapter
- public class JNDIVendorAdapter
- extends JMSVendorAdapter
Uses JNDI to locate ConnectionFactory and Destinations
- Author:
- Jaime Meritt (jmeritt@sonicsoftware.com)
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 String CONNECTION_FACTORY_JNDI_NAME
- See Also:
- Constant Field Values
JNDIVendorAdapter
public JNDIVendorAdapter()
getQueueConnectionFactory
public javax.jms.QueueConnectionFactory getQueueConnectionFactory(HashMap cfConfig)
throws Exception
- Specified by:
getQueueConnectionFactory
in class JMSVendorAdapter
- Throws:
Exception
getTopicConnectionFactory
public javax.jms.TopicConnectionFactory getTopicConnectionFactory(HashMap cfConfig)
throws Exception
- Specified by:
getTopicConnectionFactory
in class JMSVendorAdapter
- Throws:
Exception
getQueue
public javax.jms.Queue getQueue(javax.jms.QueueSession session,
String name)
throws Exception
- Overrides:
getQueue
in class JMSVendorAdapter
- Throws:
Exception
getTopic
public javax.jms.Topic getTopic(javax.jms.TopicSession session,
String name)
throws Exception
- Overrides:
getTopic
in class JMSVendorAdapter
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.