Uses of Class
org.apache.axis.transport.jms.JMSURLHelper
Packages that use JMSURLHelper
-
Uses of JMSURLHelper in org.apache.axis.components.jms
Methods in org.apache.axis.components.jms with parameters of type JMSURLHelperModifier and TypeMethodDescriptionabstract void
JMSVendorAdapter.addVendorConnectionFactoryProperties
(JMSURLHelper jmsurl, HashMap cfProps) void
JNDIVendorAdapter.addVendorConnectionFactoryProperties
(JMSURLHelper jmsurl, HashMap cfConfig) Populates the connection factory config table with properties from the JMS URL query stringvoid
SonicMQVendorAdapter.addVendorConnectionFactoryProperties
(JMSURLHelper jmsurl, HashMap cfProps) Extract Sonic-specific properties from the JMS URLJMSVendorAdapter.getJMSConnectionFactoryProperties
(JMSURLHelper jmsurl) Creates a connection factory property table using values supplied in the endpoint addressJMSVendorAdapter.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) boolean
JNDIVendorAdapter.isMatchingConnectionFactory
(ConnectionFactory cf, JMSURLHelper originalJMSURL, 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, 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 JMSURLHelperMethods in org.apache.axis.transport.jms that return JMSURLHelperConstructors in org.apache.axis.transport.jms with parameters of type JMSURLHelperModifierConstructorDescriptionJMSConnector
(ConnectionFactory connectionFactory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl) QueueConnector
(ConnectionFactory factory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl) TopicConnector
(TopicConnectionFactory factory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl)