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:
ReplyToHandler

public class JettyContinuationsReplyToHandler
extends DefaultReplyToHandler

This handler is responsible for resuming the continuation for the current request


Field Summary
 
Fields inherited from class org.mule.transport.DefaultReplyToHandler
logger
 
Constructor Summary
JettyContinuationsReplyToHandler(List transformers)
           
 
Method Summary
 void processReplyTo(MuleEvent event, MuleMessage returnMessage, Object replyTo)
           
 
Methods inherited from class org.mule.transport.DefaultReplyToHandler
getEndpoint, getTransformers, setTransformers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyContinuationsReplyToHandler

public JettyContinuationsReplyToHandler(List transformers)
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-2009 MuleSource, Inc.. All Rights Reserved.