Package org.apache.axis.components.jms
Class JMSVendorAdapterFactory
- java.lang.Object
-
- org.apache.axis.components.jms.JMSVendorAdapterFactory
-
public class JMSVendorAdapterFactory extends java.lang.Object
Discovery class used to locate vendor adapters. Switch the default JNDI-based implementation by using the org.apache.axis.components.jms.JMSVendorAdapter system property- Author:
- Jaime Meritt (jmeritt@sonicsoftware.com), Ray Chun (rchun@sonicsoftware.com)
-
-
Constructor Summary
Constructors Constructor Description JMSVendorAdapterFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JMSVendorAdapter
getJMSVendorAdapter()
static JMSVendorAdapter
getJMSVendorAdapter(java.lang.String vendorId)
-
-
-
Method Detail
-
getJMSVendorAdapter
public static final JMSVendorAdapter getJMSVendorAdapter()
-
getJMSVendorAdapter
public static final JMSVendorAdapter getJMSVendorAdapter(java.lang.String vendorId)
-
-