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, topicReplyToName, useJMS11, username |
Methods inherited from class org.apache.cxf.transport.jms.uri.JMSEndpointType |
getDeliveryMode, getDestinationName, getEndpointUri, getJmsVariant, getJndiConnectionFactoryName, getJndiInitialContextFactory, getJndiURL, getPassword, getPriority, getReplyToName, getTimeToLive, getTopicReplyToName, getUsername, isReconnectOnException, isSetDeliveryMode, isSetDestinationName, isSetEndpointUri, isSetJmsVariant, isSetJndiConnectionFactoryName, isSetJndiInitialContextFactory, isSetJndiURL, isSetPassword, isSetPriority, isSetReconnectOnException, isSetReplyToName, isSetTimeToLive, isSetTopicReplyToName, isSetUseJMS11, isSetUsername, isUseJMS11, setDeliveryMode, setDestinationName, setEndpointUri, setJmsVariant, setJndiConnectionFactoryName, setJndiInitialContextFactory, setJndiURL, setPassword, setPriority, setReconnectOnException, setReplyToName, setTimeToLive, setTopicReplyToName, 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(String endpointUri,
String jmsVariant,
String destinationName)
- Parameters:
uri
- subject
-
JMSEndpoint
public JMSEndpoint()
getRequestURI
public String getRequestURI()
putJndiParameter
public void putJndiParameter(String key,
String value)
- Parameters:
key
- value
-
putParameter
public void putParameter(String key,
String value)
getParameter
public String getParameter(String key)
- Parameters:
targetserviceParameterName
-
- Returns:
getJndiParameters
public Map<String,String> getJndiParameters()
getParameters
public Map<String,String> getParameters()
- Returns:
Apache CXF