org.apache.servicemix.eip.patterns
Class SplitAggregator.SplitterAggregation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messages
protected javax.jbi.messaging.NormalizedMessage[] messages
correlationId
protected String correlationId
SplitAggregator.SplitterAggregation
public SplitAggregator.SplitterAggregation(String correlationId)
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.