org.apache.cxf.transport.jms.uri
Class JMSEndpoint
java.lang.Object
org.apache.cxf.transport.jms.uri.JMSEndpointType
org.apache.cxf.transport.jms.uri.JMSEndpoint
- Direct Known Subclasses:
- JMSJNDIEndpoint, JMSQueueEndpoint, JMSTopicEndpoint
public class JMSEndpoint
- extends JMSEndpointType
| Fields inherited from class org.apache.cxf.transport.jms.uri.JMSEndpointType |
deliveryMode, destinationName, endpointUri, jmsVariant, jndiConnectionFactoryName, jndiInitialContextFactory, jndiURL, password, priority, reconnectOnException, replyToName, timeToLive, useJMS11, username |
|
Constructor Summary |
JMSEndpoint()
|
JMSEndpoint(java.lang.String endpointUri,
java.lang.String jmsVariant,
java.lang.String destinationName)
|
| Methods inherited from class org.apache.cxf.transport.jms.uri.JMSEndpointType |
getDeliveryMode, getDestinationName, getEndpointUri, getJmsVariant, getJndiConnectionFactoryName, getJndiInitialContextFactory, getJndiURL, getPassword, getPriority, getReplyToName, getTimeToLive, getUsername, isReconnectOnException, isSetDeliveryMode, isSetDestinationName, isSetEndpointUri, isSetJmsVariant, isSetJndiConnectionFactoryName, isSetJndiInitialContextFactory, isSetJndiURL, isSetPassword, isSetPriority, isSetReconnectOnException, isSetReplyToName, isSetTimeToLive, isSetUseJMS11, isSetUsername, isUseJMS11, setDeliveryMode, setDestinationName, setEndpointUri, setJmsVariant, setJndiConnectionFactoryName, setJndiInitialContextFactory, setJndiURL, setPassword, setPriority, setReconnectOnException, setReplyToName, setTimeToLive, setUseJMS11, setUsername, unsetPriority, unsetReconnectOnException, unsetTimeToLive, unsetUseJMS11 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSEndpoint
public JMSEndpoint(java.lang.String endpointUri,
java.lang.String jmsVariant,
java.lang.String destinationName)
- Parameters:
uri - subject -
JMSEndpoint
public JMSEndpoint()
getRequestURI
public java.lang.String getRequestURI()
putJndiParameter
public void putJndiParameter(java.lang.String key,
java.lang.String value)
- Parameters:
key - value -
putParameter
public void putParameter(java.lang.String key,
java.lang.String value)
getParameter
public java.lang.String getParameter(java.lang.String key)
- Parameters:
targetserviceParameterName -
- Returns:
getJndiParameters
public java.util.Map<java.lang.String,java.lang.String> getJndiParameters()
getParameters
public java.util.Map<java.lang.String,java.lang.String> getParameters()
- Returns:
Apache CXF