Uses of Interface
org.mule.api.transport.ReplyToHandler

Packages that use ReplyToHandler
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.routing.requestreply   
org.mule.service.processor   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.ajax   
org.mule.transport.ajax.container A AJAX transport allows Mule applications to send a receive events to the web browser. 
org.mule.transport.ajax.embedded A AJAX transport allows Mule applications to send a receive events to the web browser. 
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.servlet.jetty   
 

Uses of ReplyToHandler in org.mule
 

Methods in org.mule that return ReplyToHandler
 ReplyToHandler DefaultMuleEvent.getReplyToHandler()
           
 

Constructors in org.mule with parameters of type ReplyToHandler
DefaultMuleEvent(MuleMessage message, ImmutableEndpoint endpoint, MuleSession session, ResponseOutputStream outputStream, ProcessingTime time, ReplyToHandler replyToHandler)
           
 

Uses of ReplyToHandler in org.mule.api
 

Methods in org.mule.api that return ReplyToHandler
 ReplyToHandler MuleEvent.getReplyToHandler()
          Return the replyToHandler (if any) that will be used to perform async reply
 

Uses of ReplyToHandler in org.mule.routing.requestreply
 

Methods in org.mule.routing.requestreply with parameters of type ReplyToHandler
protected  void ReplyToMessageProcessor.processReplyTo(MuleEvent event, MuleEvent result, ReplyToHandler replyToHandler, Object replyTo)
           
 

Uses of ReplyToHandler in org.mule.service.processor
 

Methods in org.mule.service.processor with parameters of type ReplyToHandler
protected  void ServiceInternalMessageProcessor.processReplyTo(MuleEvent event, MuleEvent result, ReplyToHandler replyToHandler, Object replyTo)
           
 

Uses of ReplyToHandler in org.mule.transport
 

Classes in org.mule.transport that implement ReplyToHandler
 class DefaultReplyToHandler
          DefaultReplyToHandler is responsible for processing a message replyTo header.
 

Fields in org.mule.transport declared as ReplyToHandler
protected  ReplyToHandler AbstractMessageReceiver.replyToHandler
           
 

Methods in org.mule.transport that return ReplyToHandler
protected  ReplyToHandler AbstractMessageReceiver.getReplyToHandler()
           
 ReplyToHandler AbstractConnector.getReplyToHandler(ImmutableEndpoint endpoint)
          Getter for property 'replyToHandler'.
 

Uses of ReplyToHandler in org.mule.transport.ajax
 

Classes in org.mule.transport.ajax that implement ReplyToHandler
 class AjaxReplyToHandler
          Handles the sending of sending result messages back to the client when the a replyTo channel is specified in the client request.
 

Uses of ReplyToHandler in org.mule.transport.ajax.container
 

Methods in org.mule.transport.ajax.container that return ReplyToHandler
 ReplyToHandler AjaxServletConnector.getReplyToHandler(ImmutableEndpoint endpoint)
           
 

Uses of ReplyToHandler in org.mule.transport.ajax.embedded
 

Methods in org.mule.transport.ajax.embedded that return ReplyToHandler
 ReplyToHandler AjaxConnector.getReplyToHandler(ImmutableEndpoint endpoint)
           
 

Uses of ReplyToHandler in org.mule.transport.jms
 

Classes in org.mule.transport.jms that implement ReplyToHandler
 class JmsReplyToHandler
          JmsReplyToHandler will process a JMS replyTo or hand off to the default replyTo handler if the replyTo is a URL.
 

Methods in org.mule.transport.jms that return ReplyToHandler
protected  ReplyToHandler JmsMessageReceiver.getReplyToHandler()
          Deprecated.  
 ReplyToHandler JmsConnector.getReplyToHandler(ImmutableEndpoint endpoint)
           
 

Uses of ReplyToHandler in org.mule.transport.servlet.jetty
 

Classes in org.mule.transport.servlet.jetty that implement ReplyToHandler
 class JettyContinuationsReplyToHandler
          This handler is responsible for resuming the continuation for the current request
 

Methods in org.mule.transport.servlet.jetty that return ReplyToHandler
 ReplyToHandler JettyHttpConnector.getReplyToHandler(ImmutableEndpoint endpoint)
           
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.