org.mule.api.transport
Interface ReplyToHandler

All Known Implementing Classes:
AjaxReplyToHandler, DefaultReplyToHandler, JettyContinuationsReplyToHandler, JmsReplyToHandler

public interface ReplyToHandler

ReplyToHandler is used to handle routing where a replyTo endpointUri is set on the message


Method Summary
 void processReplyTo(MuleEvent event, MuleMessage returnMessage, Object replyTo)
           
 

Method Detail

processReplyTo

void processReplyTo(MuleEvent event,
                    MuleMessage returnMessage,
                    Object replyTo)
                    throws MuleException
Throws:
MuleException


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