org.mule.transport.ajax
Class AjaxReplyToHandler

java.lang.Object
  extended by org.mule.transport.DefaultReplyToHandler
      extended by org.mule.transport.ajax.AjaxReplyToHandler
All Implemented Interfaces:
Serializable, ReplyToHandler, DeserializationPostInitialisable

public class AjaxReplyToHandler
extends DefaultReplyToHandler

Handles the sending of sending result messages back to the client when the a replyTo channel is specified in the client request.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.mule.util.store.DeserializationPostInitialisable
DeserializationPostInitialisable.Implementation
 
Field Summary
 
Fields inherited from class org.mule.transport.DefaultReplyToHandler
connector, logger, muleContext
 
Constructor Summary
AjaxReplyToHandler(Connector connector, MuleContext muleContext)
           
 
Method Summary
 void processReplyTo(MuleEvent event, MuleMessage returnMessage, Object replyTo)
           
 
Methods inherited from class org.mule.transport.DefaultReplyToHandler
findConnector, getConnector, getEndpoint, initAfterDeserialisation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxReplyToHandler

public AjaxReplyToHandler(Connector connector,
                          MuleContext muleContext)
Method Detail

processReplyTo

public void processReplyTo(MuleEvent event,
                           MuleMessage returnMessage,
                           Object replyTo)
                    throws MuleException
Specified by:
processReplyTo in interface ReplyToHandler
Overrides:
processReplyTo in class DefaultReplyToHandler
Throws:
MuleException


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