org.mule.routing.outbound
Class SplitMessage

java.lang.Object
  extended by org.mule.routing.outbound.SplitMessage

public class SplitMessage
extends Object

A Split message contains one or more message parts with an endpoint associated with each part. This class is used by the Message Splitter routers (AbstractRoundRobinMessageSplitter) to define a mapping between message parts and the endpoint to dispatch on.


Nested Class Summary
 class SplitMessage.MessagePart
           
 
Constructor Summary
SplitMessage()
           
 
Method Summary
 void addPart(Object part, OutboundEndpoint endpoint)
           
 SplitMessage.MessagePart getPart(int i)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitMessage

public SplitMessage()
Method Detail

addPart

public void addPart(Object part,
                    OutboundEndpoint endpoint)

getPart

public SplitMessage.MessagePart getPart(int i)

size

public int size()


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