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

Packages that use ReplyToHandler
org.mule.service   
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.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.servlet.jetty   
 

Uses of ReplyToHandler in org.mule.service
 

Methods in org.mule.service that return ReplyToHandler
protected  ReplyToHandler AbstractService.getReplyToHandler(MuleMessage message, InboundEndpoint endpoint)
           
 

Methods in org.mule.service with parameters of type ReplyToHandler
protected  void AbstractService.processReplyTo(MuleEvent event, MuleMessage 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.
 

Methods in org.mule.transport that return ReplyToHandler
 ReplyToHandler AbstractConnector.getReplyToHandler()
          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()
           
 

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
 ReplyToHandler JmsConnector.getReplyToHandler()
           
 

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()
           
 



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