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

Uses in package org.apache.axis.transport.jms

Constructors with parameter type org.apache.axis.components.jms.JMSVendorAdapter

JMSConnector.JMSConnector(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.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.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)

Fields of type org.apache.axis.components.jms.JMSVendorAdapter

JMSVendorAdapter

Methods with parameter type org.apache.axis.components.jms.JMSVendorAdapter

JMSConnector
JMSConnectorFactory.createClientConnector(HashMap connectorConfig, HashMap cfConfig, String username, String password, JMSVendorAdapter adapter)
Static method to create a client connector.
JMSConnector
JMSConnectorFactory.createServerConnector(HashMap connectorConfig, HashMap cfConfig, String username, String password, JMSVendorAdapter adapter)
Static method to create a server connector.
JMSConnector
JMSConnectorManager.getConnector(HashMap connectorProperties, HashMap connectionFactoryProperties, String username, String password, JMSVendorAdapter vendorAdapter)
Retrieves a JMSConnector that satisfies the provided connector criteria
JMSConnector
JMSConnectorFactory.matchConnector(java.util.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.

Methods with return type org.apache.axis.components.jms.JMSVendorAdapter

JMSVendorAdapter

Uses in package org.apache.axis.components.jms

Classes derived from org.apache.axis.components.jms.JMSVendorAdapter

class
Uses ClassUtils.forName and reflection to configure ConnectionFactory.
class
Uses JNDI to locate ConnectionFactory and Destinations
class
Defines SonicMQ specific constants for connnection factory creation.

Methods with return type org.apache.axis.components.jms.JMSVendorAdapter

JMSVendorAdapter
JMSVendorAdapter

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.