|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.processor.AbstractInterceptingMessageProcessor
org.mule.routing.AbstractSplitter
org.mule.routing.CollectionSplitter
public class CollectionSplitter
Splits a message that has a list payload invoking the next message processor one for each item in the list in order.
EIP Reference: http://www.eaipatterns.com/Sequencer.html
Field Summary |
---|
Fields inherited from class org.mule.routing.AbstractSplitter |
---|
enableCorrelation, messageInfoMapping, muleContext, resultsHandler |
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor |
---|
logger, next, notificationHandler |
Constructor Summary | |
---|---|
CollectionSplitter()
|
Method Summary | |
---|---|
protected List<MuleMessage> |
splitMessage(MuleEvent event)
|
Methods inherited from class org.mule.routing.AbstractSplitter |
---|
isSplitRequired, process, processParts, setEnableCorrelation, setMessageInfoMapping, setMuleContext |
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessor |
---|
fireNotification, getMuleContext, processNext, setListener, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CollectionSplitter()
Method Detail |
---|
protected List<MuleMessage> splitMessage(MuleEvent event)
splitMessage
in class AbstractSplitter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |