Apache CXF API

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

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.JMSTopicEndpoint

public class JMSTopicEndpoint
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
JMSTopicEndpoint(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

JMSTopicEndpoint

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

Apache CXF API

Apache CXF