org.apache.axis.transport.jms
public abstract class JMSConnectorFactory extends Object
Field Summary | |
---|---|
protected static Log | log |
Method Summary | |
---|---|
static JMSConnector | createClientConnector(HashMap connectorConfig, HashMap cfConfig, String username, String password, JMSVendorAdapter adapter)
Static method to create a client connector. |
static JMSConnector | createServerConnector(HashMap connectorConfig, HashMap cfConfig, String username, String password, JMSVendorAdapter adapter)
Static method to create a server connector. |
static JMSConnector | 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.
|
Parameters: connectorConfig cfConfig username password
Returns:
Throws: Exception
Parameters: connectorConfig cfConfig username password
Returns:
Throws: Exception
Parameters: connectors the list of potential matches connectorProps the set of properties to be used for matching the connector cfProps the set of properties to be used for matching the connection factory username the user requesting the connector password the password associated with the requesting user adapter the vendor adapter specified in the JMS URL
Returns: a JMSConnector that matches the specified properties