org.apache.axis2.transport.jms
Class JMSVendorAdapterFactory

java.lang.Object
  extended byorg.apache.axis2.transport.jms.JMSVendorAdapterFactory

public class JMSVendorAdapterFactory
extends Object

Discovery class used to locate vendor adapters. Switch the default JNDI-based implementation by using the org.apache.axis2.transport.jms.JMSVendorAdapter system property


Constructor Summary
JMSVendorAdapterFactory()
           
 
Method Summary
static JMSVendorAdapter getJMSVendorAdapter()
           
static JMSVendorAdapter getJMSVendorAdapter(String vendorId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSVendorAdapterFactory

public JMSVendorAdapterFactory()
Method Detail

getJMSVendorAdapter

public static final JMSVendorAdapter getJMSVendorAdapter()
                                                  throws Exception
Throws:
Exception

getJMSVendorAdapter

public static final JMSVendorAdapter getJMSVendorAdapter(String vendorId)