Uses of Interface
org.apache.camel.component.jms.reply.ReplyManager

Packages that use ReplyManager
org.apache.camel.component.jms Defines the JMS Component 
org.apache.camel.component.jms.reply Logic implementing support for request/reply over JMS 
 

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

Methods in org.apache.camel.component.jms that return ReplyManager
protected  ReplyManager JmsProducer.createReplyManager()
           
protected  ReplyManager JmsProducer.createReplyManager(String replyTo)
           
 

Uses of ReplyManager in org.apache.camel.component.jms.reply
 

Classes in org.apache.camel.component.jms.reply that implement ReplyManager
 class PersistentQueueReplyManager
          A ReplyManager when using persistent queues.
 class ReplyManagerSupport
          Base class for ReplyManager implementations.
 class TemporaryQueueReplyManager
          A ReplyManager when using temporary queues.
 

Fields in org.apache.camel.component.jms.reply declared as ReplyManager
protected  ReplyManager TemporaryQueueReplyHandler.replyManager
           
 

Methods in org.apache.camel.component.jms.reply with parameters of type ReplyManager
 String PersistentQueueReplyManager.registerReply(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout)
           
 String TemporaryQueueReplyManager.registerReply(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout)
           
 String ReplyManager.registerReply(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout)
          Register a reply
 

Constructors in org.apache.camel.component.jms.reply with parameters of type ReplyManager
PersistentQueueReplyHandler(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long timeout)
           
TemporaryQueueReplyHandler(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long timeout)
           
UseMessageIdAsCorrelationIdMessageSentCallback(ReplyManager replyManager, String correlationId, long requestTimeout)
           
 



Apache CAMEL