Uses of Class
org.apache.camel.jms.CamelDestination

Packages that use CamelDestination
org.apache.camel.jms Defines a JMS client which is capable of sending and receiving messages to Camel endpoints 
 

Uses of CamelDestination in org.apache.camel.jms
 

Subclasses of CamelDestination in org.apache.camel.jms
 class CamelQueue
          A JMS Queue object which refers to a Camel endpoint
 class CamelTopic
          A JMS Topic object which refers to a Camel endpoint
 

Methods in org.apache.camel.jms that return CamelDestination
 CamelDestination CamelMessageProducer.getDestination()
           
 CamelDestination CamelMessageConsumer.getDestination()
           
 

Constructors in org.apache.camel.jms with parameters of type CamelDestination
CamelMessageConsumer(CamelDestination destination, org.apache.camel.Endpoint endpoint, org.apache.activemq.ActiveMQSession session, String messageSelector, boolean noLocal)
           
CamelMessageProducer(CamelDestination destination, org.apache.camel.Endpoint endpoint, org.apache.activemq.ActiveMQSession session)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.