org.mule.components.builder
Interface MessageBuilder

All Known Implementing Classes:
AbstractMessageBuilder

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.


Method Summary
 Object buildMessage(UMOMessage request, UMOMessage response)
           
 

Method Detail

buildMessage

public Object buildMessage(UMOMessage request,
                           UMOMessage response)
                    throws MessageBuilderException
Throws:
MessageBuilderException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.