站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

Uses of Class org.apache.axis.components.jms.JMSVendorAdapter (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


Uses of Class
org.apache.axis.components.jms.JMSVendorAdapter

Packages that use JMSVendorAdapter
org.apache.axis.components.jms   
org.apache.axis.transport.jms   
 

Uses of JMSVendorAdapter in org.apache.axis.components.jms
 

Subclasses of JMSVendorAdapter in org.apache.axis.components.jms
 class BeanVendorAdapter
          Uses ClassUtils.forName and reflection to configure ConnectionFactory.
 class JNDIVendorAdapter
          Uses JNDI to locate ConnectionFactory and Destinations
 

Methods in org.apache.axis.components.jms that return JMSVendorAdapter
static JMSVendorAdapter JMSVendorAdapterFactory.getJMSVendorAdapter()
           
 

Uses of JMSVendorAdapter in org.apache.axis.transport.jms
 

Fields in org.apache.axis.transport.jms declared as JMSVendorAdapter
protected  JMSVendorAdapter JMSConnector.m_adapter
           
 

Constructors in org.apache.axis.transport.jms with parameters of type JMSVendorAdapter
TopicConnector(javax.jms.TopicConnectionFactory factory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter)
           
QueueConnector(javax.jms.ConnectionFactory factory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter)
           
JMSConnector(javax.jms.ConnectionFactory connectionFactory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.