org.apache.servicemix.eip.patterns
Class SplitAggregator.SplitterAggregation
java.lang.Object
org.apache.servicemix.eip.patterns.SplitAggregator.SplitterAggregation
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- SplitAggregator
protected static class SplitAggregator.SplitterAggregation
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- gnodet
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.String |
correlationId
|
protected javax.jbi.messaging.NormalizedMessage[] |
messages
|
| 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 java.lang.String correlationId
SplitAggregator.SplitterAggregation
public SplitAggregator.SplitterAggregation(java.lang.String correlationId)
getCorrelationId
public java.lang.String getCorrelationId()
- Returns:
- the correlationId
setCorrelationId
public void setCorrelationId(java.lang.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-2011 FuseSource. All Rights Reserved.