Frames | No Frames |
Methods with parameter type org.apache.axis.transport.jms.JMSURLHelper | |
void | |
void | Populates the connection factory config table with properties from
the JMS URL query string
|
void | Extract Sonic-specific properties from the JMS URL
|
HashMap |
Creates a connection factory property table using values supplied in
the endpoint address
|
HashMap | Creates a JMS connector property table using values supplied in
the endpoint address. |
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 | JMSVendorAdapter.isMatchingConnectionFactory(javax.jms.ConnectionFactory cf, JMSURLHelper jmsurl, HashMap cfProps) |
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 | |
void | Set JMS properties in the message context. |
Constructors with parameter type org.apache.axis.transport.jms.JMSURLHelper | |
JMSConnector.JMSConnector(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.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.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) |
Fields of type org.apache.axis.transport.jms.JMSURLHelper | |
JMSURLHelper |
Methods with return type org.apache.axis.transport.jms.JMSURLHelper | |
JMSURLHelper |