org.mule.api.component.builder
Interface MessageBuilder

All Known Implementing Classes:
AbstractMessageBuilder, ReflectionMessageBuilder

Deprecated. Since 2.2. Users should configure components with bindings.

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(MuleMessage request, MuleMessage response)
          Deprecated.  
 

Method Detail

buildMessage

Object buildMessage(MuleMessage request,
                    MuleMessage response)
                    throws MessageBuilderException
Deprecated. 
Throws:
MessageBuilderException


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