Uses of Class
org.apache.axis.components.jms.JMSVendorAdapter
Packages that use JMSVendorAdapter
-
Uses of JMSVendorAdapter in org.apache.axis.components.jms
Subclasses of JMSVendorAdapter in org.apache.axis.components.jmsModifier and TypeClassDescriptionclass
Uses ClassUtils.forName and reflection to configure ConnectionFactory.class
Uses JNDI to locate ConnectionFactory and Destinationsclass
Defines SonicMQ specific constants for connnection factory creation.Methods in org.apache.axis.components.jms that return JMSVendorAdapterModifier and TypeMethodDescriptionstatic final JMSVendorAdapter
JMSVendorAdapterFactory.getJMSVendorAdapter()
static final JMSVendorAdapter
JMSVendorAdapterFactory.getJMSVendorAdapter
(String vendorId) -
Uses of JMSVendorAdapter in org.apache.axis.transport.jms
Fields in org.apache.axis.transport.jms declared as JMSVendorAdapterMethods in org.apache.axis.transport.jms that return JMSVendorAdapterMethods in org.apache.axis.transport.jms with parameters of type JMSVendorAdapterModifier and TypeMethodDescriptionstatic JMSConnector
JMSConnectorFactory.createClientConnector
(HashMap connectorConfig, HashMap cfConfig, String username, String password, JMSVendorAdapter adapter) Static method to create a client connector.static JMSConnector
JMSConnectorFactory.createServerConnector
(HashMap connectorConfig, HashMap cfConfig, String username, String password, JMSVendorAdapter adapter) Static method to create a server connector.JMSConnectorManager.getConnector
(HashMap connectorProperties, HashMap connectionFactoryProperties, String username, String password, JMSVendorAdapter vendorAdapter) Retrieves a JMSConnector that satisfies the provided connector criteriastatic JMSConnector
JMSConnectorFactory.matchConnector
(Set connectors, HashMap connectorProps, HashMap cfProps, String username, String password, JMSVendorAdapter adapter) Performs an initial check on the connector properties, and then defers to the vendor adapter for matching on the vendor-specific connection factory.Constructors in org.apache.axis.transport.jms with parameters of type JMSVendorAdapterModifierConstructorDescriptionJMSConnector
(ConnectionFactory connectionFactory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl) QueueConnector
(ConnectionFactory factory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl) TopicConnector
(TopicConnectionFactory factory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl)