Uses of Interface
org.apache.camel.component.jms.reply.ReplyManager
-
Packages that use ReplyManager Package Description org.apache.camel.component.jms Defines the JMS Componentorg.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 Modifier and Type Method Description protected ReplyManagerJmsProducer. createReplyManager()protected ReplyManagerJmsProducer. createReplyManager(String replyTo) -
Uses of ReplyManager in org.apache.camel.component.jms.reply
Classes in org.apache.camel.component.jms.reply that implement ReplyManager Modifier and Type Class Description classQueueReplyManagerAReplyManagerwhen using regular queues.classReplyManagerSupportBase class forReplyManagerimplementations.classTemporaryQueueReplyManagerAReplyManagerwhen using temporary queues.Fields in org.apache.camel.component.jms.reply declared as ReplyManager Modifier and Type Field Description protected ReplyManagerTemporaryQueueReplyHandler. replyManagerMethods in org.apache.camel.component.jms.reply with parameters of type ReplyManager Modifier and Type Method Description protected ReplyHandlerQueueReplyManager. createReplyHandler(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout)protected abstract ReplyHandlerReplyManagerSupport. createReplyHandler(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout)protected ReplyHandlerTemporaryQueueReplyManager. createReplyHandler(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout)StringReplyManager. registerReply(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout)Register a replyStringReplyManagerSupport. registerReply(ReplyManager replyManager, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, String originalCorrelationId, String correlationId, long requestTimeout)Constructors in org.apache.camel.component.jms.reply with parameters of type ReplyManager Constructor Description QueueReplyHandler(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)
-