org.apache.axis.components.jms
Class JNDIVendorAdapter
public class JNDIVendorAdapter
Uses JNDI to locate ConnectionFactory and Destinations
- Jaime Meritt (jmeritt@sonicsoftware.com)
- Ray Chun (rchun@sonicsoftware.com)
addVendorConnectionFactoryProperties , getJMSConnectionFactoryProperties , getJMSConnectorProperties , getQueue , getQueueConnectionFactory , getTopic , getTopicConnectionFactory , getVendorId , isMatchingConnectionFactory , isRecoverable , setProperties , setupApplicationProperties , setupMessageContext |
CONNECTION_FACTORY_JNDI_NAME
public static final String CONNECTION_FACTORY_JNDI_NAME
CONTEXT_FACTORY
public static final String CONTEXT_FACTORY
PROVIDER_URL
public static final String PROVIDER_URL
_CONNECTION_FACTORY_JNDI_NAME
public static final String _CONNECTION_FACTORY_JNDI_NAME
addVendorConnectionFactoryProperties
public void addVendorConnectionFactoryProperties(JMSURLHelper jmsurl,
HashMap cfConfig)
Populates the connection factory config table with properties from
the JMS URL query string
- addVendorConnectionFactoryProperties in interface JMSVendorAdapter
jmsurl
- The target endpoint address of the Axis callcfConfig
- The set of properties necessary to create/configure the connection factory
isMatchingConnectionFactory
public boolean isMatchingConnectionFactory(ConnectionFactory cf,
JMSURLHelper originalJMSURL,
HashMap cfProps)
Check that the attributes of the candidate connection factory match the
requested connection factory properties.
cf
- the candidate connection factoryoriginalJMSURL
- the URL which was used to create the connection factorycfProps
- the set of properties that should be used to determine the match
- true or false to indicate whether a match has been found
Copyright © 2005 Apache Web Services Project. All Rights Reserved.