|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMSURLHelper | |
---|---|
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 | |
---|---|
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 string |
void |
SonicMQVendorAdapter.addVendorConnectionFactoryProperties(JMSURLHelper jmsurl,
java.util.HashMap cfProps)
Extract Sonic-specific properties from the JMS URL |
java.util.HashMap |
JMSVendorAdapter.getJMSConnectionFactoryProperties(JMSURLHelper jmsurl)
Creates a connection factory property table using values supplied in the endpoint address |
java.util.HashMap |
JMSVendorAdapter.getJMSConnectorProperties(JMSURLHelper jmsurl)
Creates a JMS connector property table using values supplied in the endpoint address. |
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. |
abstract boolean |
JMSVendorAdapter.isMatchingConnectionFactory(javax.jms.ConnectionFactory cf,
JMSURLHelper jmsurl,
java.util.HashMap cfProps)
|
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 | |
---|---|
protected JMSURLHelper |
JMSConnector.m_jmsurl
|
Methods in org.apache.axis.transport.jms that return JMSURLHelper | |
---|---|
JMSURLHelper |
JMSConnector.getJMSURL()
|
Constructors in org.apache.axis.transport.jms with parameters of type JMSURLHelper | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |