org.mule.transport.servlet.jetty
Class JettyContinuationsReplyToHandler

java.lang.Object
  extended by org.mule.transport.DefaultReplyToHandler
      extended by org.mule.transport.servlet.jetty.JettyContinuationsReplyToHandler
All Implemented Interfaces:
Serializable, ReplyToHandler, DeserializationPostInitialisable

public class JettyContinuationsReplyToHandler
extends DefaultReplyToHandler

This handler is responsible for resuming the continuation for the current 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
JettyContinuationsReplyToHandler(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

JettyContinuationsReplyToHandler

public JettyContinuationsReplyToHandler(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.