org.apache.servicemix.eip.patterns
Class SplitAggregator.SplitterAggregation

java.lang.Object
  extended by org.apache.servicemix.eip.patterns.SplitAggregator.SplitterAggregation
All Implemented Interfaces:
Serializable
Enclosing class:
SplitAggregator

protected static class SplitAggregator.SplitterAggregation
extends Object
implements Serializable

Author:
gnodet
See Also:
Serialized Form

Field Summary
protected  String correlationId
           
protected  javax.jbi.messaging.NormalizedMessage[] messages
           
 
Constructor Summary
SplitAggregator.SplitterAggregation(String correlationId)
           
 
Method Summary
 String getCorrelationId()
           
 javax.jbi.messaging.NormalizedMessage[] getMessages()
           
 void setCorrelationId(String correlationId)
           
 void setMessages(javax.jbi.messaging.NormalizedMessage[] messages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messages

protected javax.jbi.messaging.NormalizedMessage[] messages

correlationId

protected String correlationId
Constructor Detail

SplitAggregator.SplitterAggregation

public SplitAggregator.SplitterAggregation(String correlationId)
Method Detail

getCorrelationId

public String getCorrelationId()
Returns:
the correlationId

setCorrelationId

public void setCorrelationId(String correlationId)
Parameters:
correlationId - the correlationId to set

getMessages

public javax.jbi.messaging.NormalizedMessage[] getMessages()
Returns:
the messages

setMessages

public void setMessages(javax.jbi.messaging.NormalizedMessage[] messages)
Parameters:
messages - the messages to set


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.