Package | Description |
---|---|
org.mule.module.atom.routing | |
org.mule.routing |
Defines the core routing patterns supported by mule.
|
Modifier and Type | Class and Description |
---|---|
class |
FeedSplitter
An inbound router that will split a Feed into entries.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSplitter
Splits a message invoking the next message processor one for each split part.
|
class |
CollectionSplitter
Splits a message that has a Collection, Iterable, MessageSequence or Iterator
payload invoking the next message processor one
for each item in it.
|
class |
ExpressionSplitter
Splits a message using the expression provided invoking the next message processor
one for each split part.
|
class |
MapSplitter
Splits a message that has a map payload invoking the next message processor one
for each item in the map in order.
|
class |
MessageChunkSplitter
A router that breaks up the current message onto smaller parts and sends them to
the same destination.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.