Uses of Class
org.apache.axis.transport.jms.JMSURLHelper
-
Packages that use JMSURLHelper Package Description org.apache.axis.components.jms org.apache.axis.transport.jms -
-
Uses of JMSURLHelper in org.apache.axis.components.jms
Methods in org.apache.axis.components.jms with parameters of type JMSURLHelper Modifier and Type Method Description abstract voidJMSVendorAdapter. addVendorConnectionFactoryProperties(JMSURLHelper jmsurl, java.util.HashMap cfProps)voidJNDIVendorAdapter. addVendorConnectionFactoryProperties(JMSURLHelper jmsurl, java.util.HashMap cfConfig)Populates the connection factory config table with properties from the JMS URL query stringvoidSonicMQVendorAdapter. addVendorConnectionFactoryProperties(JMSURLHelper jmsurl, java.util.HashMap cfProps)Extract Sonic-specific properties from the JMS URLjava.util.HashMapJMSVendorAdapter. getJMSConnectionFactoryProperties(JMSURLHelper jmsurl)Creates a connection factory property table using values supplied in the endpoint addressjava.util.HashMapJMSVendorAdapter. getJMSConnectorProperties(JMSURLHelper jmsurl)Creates a JMS connector property table using values supplied in the endpoint address.abstract booleanJMSVendorAdapter. isMatchingConnectionFactory(javax.jms.ConnectionFactory cf, JMSURLHelper jmsurl, java.util.HashMap cfProps)booleanJNDIVendorAdapter. isMatchingConnectionFactory(ConnectionFactory cf, JMSURLHelper originalJMSURL, java.util.HashMap cfProps)Check that the attributes of the candidate connection factory match the requested connection factory properties.booleanSonicMQVendorAdapter. isMatchingConnectionFactory(javax.jms.ConnectionFactory cf, JMSURLHelper jmsurl, java.util.HashMap cfProps)Check that the attributes of the candidate connection factory match the requested connection factory properties.voidJMSVendorAdapter. setupApplicationProperties(MessageContext context, Call call, JMSURLHelper jmsurl)voidJMSVendorAdapter. setupMessageContext(MessageContext context, Call call, JMSURLHelper jmsurl)Set JMS properties in the message context. -
Uses of JMSURLHelper in org.apache.axis.transport.jms
Fields in org.apache.axis.transport.jms declared as JMSURLHelper Modifier and Type Field Description protected JMSURLHelperJMSConnector. m_jmsurlMethods in org.apache.axis.transport.jms that return JMSURLHelper Modifier and Type Method Description JMSURLHelperJMSConnector. getJMSURL()Constructors in org.apache.axis.transport.jms with parameters of type JMSURLHelper Constructor Description JMSConnector(ConnectionFactory connectionFactory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, java.lang.String clientID, java.lang.String username, java.lang.String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl)QueueConnector(ConnectionFactory factory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, java.lang.String clientID, java.lang.String username, java.lang.String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl)TopicConnector(TopicConnectionFactory factory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, java.lang.String clientID, java.lang.String username, java.lang.String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl)
-