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

BeanVendorAdapter (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.components.jms
Class BeanVendorAdapter

java.lang.Object
  extended byorg.apache.axis.components.jms.JMSVendorAdapter
      extended byorg.apache.axis.components.jms.BeanVendorAdapter

public class BeanVendorAdapter
extends JMSVendorAdapter

Uses ClassUtils.forName and reflection to configure ConnectionFactory. Uses the input sessions to create destinations.

Author:
Jaime Meritt (jmeritt@sonicsoftware.com)

Field Summary
protected static 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
 javax.jms.QueueConnectionFactory getQueueConnectionFactory(HashMap cfConfig)
           
 javax.jms.TopicConnectionFactory getTopicConnectionFactory(HashMap cfConfig)
           
 
Methods inherited from class org.apache.axis.components.jms.JMSVendorAdapter
getQueue, getTopic, isRecoverable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTION_FACTORY_CLASS

protected static final String CONNECTION_FACTORY_CLASS
See Also:
Constant Field Values
Constructor Detail

BeanVendorAdapter

public BeanVendorAdapter()
Method Detail

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


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