Uses of Class
org.apache.axis2.transport.jms.JMSURLHelper

Packages that use JMSURLHelper
org.apache.axis2.transport.jms   
 

Uses of JMSURLHelper in org.apache.axis2.transport.jms
 

Fields in org.apache.axis2.transport.jms declared as JMSURLHelper
protected  JMSURLHelper JMSConnector.m_jmsurl
           
 

Methods in org.apache.axis2.transport.jms that return JMSURLHelper
 JMSURLHelper JMSConnector.getJMSURL()
           
 

Methods in org.apache.axis2.transport.jms with parameters of type JMSURLHelper
 void JNDIVendorAdapter.addVendorConnectionFactoryProperties(JMSURLHelper jmsurl, HashMap cfConfig)
          Populates the connection factory config table with properties from the JMS URL query string
 boolean JNDIVendorAdapter.isMatchingConnectionFactory(javax.jms.ConnectionFactory cf, JMSURLHelper originalJMSURL, HashMap cfProps)
          Check that the attributes of the candidate connection factory match the requested connection factory properties.
abstract  void JMSVendorAdapter.addVendorConnectionFactoryProperties(JMSURLHelper jmsurl, HashMap cfProps)
           
 void JMSVendorAdapter.setupApplicationProperties(MessageContext context, JMSURLHelper jmsurl)
           
 void JMSVendorAdapter.setupMessageContext(MessageContext context, JMSURLHelper jmsurl)
          Set JMS properties in the message context.
 HashMap JMSVendorAdapter.getJMSConnectionFactoryProperties(JMSURLHelper jmsurl)
          Creates a connection factory property table using values supplied in the endpoint address
 HashMap JMSVendorAdapter.getJMSConnectorProperties(JMSURLHelper jmsurl)
          Creates a JMS connector property table using values supplied in the endpoint address.
abstract  boolean JMSVendorAdapter.isMatchingConnectionFactory(javax.jms.ConnectionFactory cf, JMSURLHelper jmsurl, HashMap cfProps)
           
 

Constructors in org.apache.axis2.transport.jms with parameters of type JMSURLHelper
TopicConnector(javax.jms.TopicConnectionFactory factory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl)
           
QueueConnector(javax.jms.ConnectionFactory factory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl)
           
JMSConnector(javax.jms.ConnectionFactory connectionFactory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl)