org.mule.components.builder
Interface MessageBuilder
- All Known Implementing Classes:
- AbstractMessageBuilder, ReflectionMessageBuilder, ScriptMessageBuilder
public interface MessageBuilder
A Strategy Class for Building one message from the invocation results of a chain
if endpoints. This is used for invoking different endpoints to obain parts of a
larger message.
buildMessage
Object buildMessage(UMOMessage request,
UMOMessage response)
throws MessageBuilderException
- Throws:
MessageBuilderException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.