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 TypeClassDescriptionclassUses ClassUtils.forName and reflection to configure ConnectionFactory.classUses JNDI to locate ConnectionFactory and DestinationsclassDefines SonicMQ specific constants for connnection factory creation.Methods in org.apache.axis.components.jms that return JMSVendorAdapterModifier and TypeMethodDescriptionstatic final JMSVendorAdapterJMSVendorAdapterFactory.getJMSVendorAdapter()static final JMSVendorAdapterJMSVendorAdapterFactory.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 JMSConnectorJMSConnectorFactory.createClientConnector(HashMap connectorConfig, HashMap cfConfig, String username, String password, JMSVendorAdapter adapter) Static method to create a client connector.static JMSConnectorJMSConnectorFactory.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 JMSConnectorJMSConnectorFactory.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)