Apache CXF API

org.apache.cxf.transport.jms.uri
Class JMSEndpoint

java.lang.Object
  extended by org.apache.cxf.transport.jms.uri.JMSEndpointType
      extended by org.apache.cxf.transport.jms.uri.JMSEndpoint
Direct Known Subclasses:
JMSJNDIEndpoint, JMSQueueEndpoint, JMSTopicEndpoint

public class JMSEndpoint
extends JMSEndpointType


Field Summary
 
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
 
Constructor Summary
JMSEndpoint()
           
JMSEndpoint(String endpointUri, String jmsVariant, String destinationName)
           
 
Method Summary
 Map<String,String> getJndiParameters()
           
 String getParameter(String key)
           
 Map<String,String> getParameters()
           
 String getRequestURI()
           
 void putJndiParameter(String key, String value)
           
 void putParameter(String key, String value)
           
 
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
 

Constructor Detail

JMSEndpoint

public JMSEndpoint(String endpointUri,
                   String jmsVariant,
                   String destinationName)
Parameters:
uri -
subject -

JMSEndpoint

public JMSEndpoint()
Method Detail

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 API

Apache CXF