Uses of Class
org.apache.camel.component.jms.JmsEndpoint

Packages that use JmsEndpoint
org.apache.camel.component.jms Defines the JMS Component 
 

Uses of JmsEndpoint in org.apache.camel.component.jms
 

Subclasses of JmsEndpoint in org.apache.camel.component.jms
 class JmsQueueEndpoint
          An endpoint for a JMS Queue which is also browsable
 class JmsTemporaryQueueEndpoint
          A JMS Endpoint for working with a TemporaryQueue

Important: Need to be really careful to always use the same Connection otherwise the destination goes stale

 class JmsTemporaryTopicEndpoint
          A JMS Endpoint for working with a TemporaryTopic

Important: Need to be really careful to always use the same Connection otherwise the destination goes stale

 

Methods in org.apache.camel.component.jms that return JmsEndpoint
 JmsEndpoint JmsPollingConsumer.getEndpoint()
           
 JmsEndpoint JmsConsumer.getEndpoint()
           
static JmsEndpoint JmsEndpoint.newInstance(Destination destination)
          Returns a new JMS endpoint for the given JMS destination
static JmsEndpoint JmsEndpoint.newInstance(Destination destination, JmsComponent component)
          Returns a new JMS endpoint for the given JMS destination using the configuration from the given JMS component
 

Methods in org.apache.camel.component.jms with parameters of type JmsEndpoint
protected  void JmsConfiguration.configureMessageListenerContainer(AbstractMessageListenerContainer container, JmsEndpoint endpoint)
           
 JmsOperations JmsConfiguration.createInOnlyTemplate(JmsEndpoint endpoint, boolean pubSubDomain, String destination)
          Creates a JmsOperations object used for one way messaging
 JmsOperations JmsConfiguration.createInOutTemplate(JmsEndpoint endpoint, boolean pubSubDomain, String destination, long requestTimeout)
          Creates a JmsOperations object used for request/response using a request timeout value
protected  void JmsConsumer.createMessageListener(JmsEndpoint endpoint, Processor processor)
           
 AbstractMessageListenerContainer JmsConfiguration.createMessageListenerContainer(JmsEndpoint endpoint)
           
protected  int JmsConfiguration.defaultCacheLevel(JmsEndpoint endpoint)
          Defaults the JMS cache level if none is explicitly specified.
 Object JmsTemporaryTopicEndpoint.getManagedObject(JmsEndpoint object)
           
 Object JmsTemporaryQueueEndpoint.getManagedObject(JmsEndpoint object)
           
 Object JmsEndpoint.getManagedObject(JmsEndpoint endpoint)
           
 JmsOperations JmsConfiguration.getMetadataJmsOperations(JmsEndpoint endpoint)
           
 JmsOperations JmsEndpoint.getMetadataJmsOperations(JmsEndpoint endpoint)
           
 

Constructors in org.apache.camel.component.jms with parameters of type JmsEndpoint
EndpointMessageListener(JmsEndpoint endpoint, Processor processor)
           
JmsBinding(JmsEndpoint endpoint)
           
JmsConsumer(JmsEndpoint endpoint, Processor processor, AbstractMessageListenerContainer listenerContainer)
           
JmsPollingConsumer(JmsEndpoint endpoint, JmsOperations template)
           
JmsProducer(JmsEndpoint endpoint)
           
 



Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.