Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.transport.jms.uri.JMSEndpointType
      extended by org.apache.cxf.transport.jms.uri.JMSEndpoint
          extended by org.apache.cxf.transport.jms.uri.JMSJNDIEndpoint

public class JMSJNDIEndpoint
extends JMSEndpoint


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
JMSJNDIEndpoint(String uri, String subject)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.transport.jms.uri.JMSEndpoint
getJndiParameters, getParameter, getParameters, getRequestURI, putJndiParameter, putParameter
 
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

JMSJNDIEndpoint

public JMSJNDIEndpoint(String uri,
                       String subject)
Parameters:
uri -
subject -

Apache CXF API

Apache CXF