org.mule.providers
Interface ReplyToHandler
- All Known Implementing Classes:
- DefaultReplyToHandler, JmsReplyToHandler
public interface ReplyToHandler
ReplyToHandler
is used to handle routing where a replyTo endpointUri is
set on the message
processReplyTo
void processReplyTo(UMOEvent event,
UMOMessage returnMessage,
Object replyTo)
throws UMOException
- Throws:
UMOException
setTransformer
void setTransformer(UMOTransformer transformer)
getTransformer
UMOTransformer getTransformer()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.