Apache CXF API

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

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

public class JMSQueueEndpoint
extends JMSEndpoint

An endpoint for a JMS Queue which is also browsable


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
JMSQueueEndpoint(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

JMSQueueEndpoint

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

Apache CXF API

Apache CXF