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. 
 

Uses of ReplyToHandler in org.mule
 

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

Constructors in org.mule with parameters of type ReplyToHandler
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, FlowConstruct flowConstruct, MuleSession session, ReplyToHandler replyToHandler, ResponseOutputStream outputStream)
           
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, MuleSession session, ReplyToHandler replyToHandler, ResponseOutputStream outputStream)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, URI messageSourceURI, String messageSourceName, MessageExchangePattern exchangePattern, FlowConstruct flowConstruct, MuleSession session, int timeout, Credentials credentials, ResponseOutputStream outputStream, String encoding, boolean transacted, boolean synchronous, Object replyToDestination, ReplyToHandler replyToHandler)
           
DefaultMuleEvent(MuleMessage message, URI messageSourceURI, String messageSourceName, MessageExchangePattern exchangePattern, MuleSession session, int timeout, Credentials credentials, ResponseOutputStream outputStream, String encoding, boolean transacted, boolean synchronous, Object replyToDestination, ReplyToHandler replyToHandler)
          Deprecated. 
 

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 AbstractReplyToPropertyRequestReplyReplier.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)
          Deprecated.  
 

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'.
 



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