Package | Description |
---|---|
org.apache.axis.components.jms | |
org.apache.axis.transport.jms |
Modifier and Type | Class and Description |
---|---|
class |
BeanVendorAdapter
Uses ClassUtils.forName and reflection to configure ConnectionFactory.
|
class |
JNDIVendorAdapter
Uses JNDI to locate ConnectionFactory and Destinations
|
class |
SonicMQVendorAdapter
Defines SonicMQ specific constants for connnection factory creation.
|
Modifier and Type | Method and Description |
---|---|
static JMSVendorAdapter |
JMSVendorAdapterFactory.getJMSVendorAdapter() |
static JMSVendorAdapter |
JMSVendorAdapterFactory.getJMSVendorAdapter(String vendorId) |
Modifier and Type | Field and Description |
---|---|
protected JMSVendorAdapter |
JMSConnector.m_adapter |
Modifier and Type | Method and Description |
---|---|
JMSVendorAdapter |
JMSConnector.getVendorAdapter() |
Modifier and Type | Method and Description |
---|---|
static 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.
|
JMSConnector |
JMSConnectorManager.getConnector(HashMap connectorProperties,
HashMap connectionFactoryProperties,
String username,
String password,
JMSVendorAdapter vendorAdapter)
Retrieves a JMSConnector that satisfies the provided connector criteria
|
static 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.
|
Constructor and Description |
---|
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(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) |
Copyright © The Apache Software Foundation. All Rights Reserved.