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 void
JMSVendorAdapter. addVendorConnectionFactoryProperties(JMSURLHelper jmsurl, java.util.HashMap cfProps)
void
JNDIVendorAdapter. addVendorConnectionFactoryProperties(JMSURLHelper jmsurl, java.util.HashMap cfConfig)
Populates the connection factory config table with properties from the JMS URL query stringvoid
SonicMQVendorAdapter. addVendorConnectionFactoryProperties(JMSURLHelper jmsurl, java.util.HashMap cfProps)
Extract Sonic-specific properties from the JMS URLjava.util.HashMap
JMSVendorAdapter. getJMSConnectionFactoryProperties(JMSURLHelper jmsurl)
Creates a connection factory property table using values supplied in the endpoint addressjava.util.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, java.util.HashMap cfProps)
boolean
JNDIVendorAdapter. isMatchingConnectionFactory(ConnectionFactory cf, JMSURLHelper originalJMSURL, java.util.HashMap cfProps)
Check that the attributes of the candidate connection factory match the requested connection factory properties.boolean
SonicMQVendorAdapter. 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.void
JMSVendorAdapter. setupApplicationProperties(MessageContext context, Call call, JMSURLHelper jmsurl)
void
JMSVendorAdapter. 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 JMSURLHelper
JMSConnector. m_jmsurl
Methods in org.apache.axis.transport.jms that return JMSURLHelper Modifier and Type Method Description JMSURLHelper
JMSConnector. 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)
-