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 voidJMSVendorAdapter.addVendorConnectionFactoryProperties(JMSURLHelper jmsurl, HashMap cfProps) voidJNDIVendorAdapter.addVendorConnectionFactoryProperties(JMSURLHelper jmsurl, HashMap cfConfig) Populates the connection factory config table with properties from the JMS URL query stringvoidSonicMQVendorAdapter.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 booleanJMSVendorAdapter.isMatchingConnectionFactory(javax.jms.ConnectionFactory cf, JMSURLHelper jmsurl, HashMap cfProps) booleanJNDIVendorAdapter.isMatchingConnectionFactory(ConnectionFactory cf, JMSURLHelper originalJMSURL, 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, 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 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)