Concept: Splitter Component Child Elements
The
splitter
component supports these child elements.Child Element | Description | Notes |
|---|---|---|
custom-splitter
| A customizable splitter strategy that you configure as a Spring
bean. | |
standard-splitter
| Extracts data from bulk messages, splits the data into tokens, and
directs the tokenized data towards your target subroutes. | Supports these child elements:
|
xpath-splitter
| Implements an XPath expression to extract data from incoming bulk
messages. | |
xml-stream-splitter
| Implements an XPath expression to extract data from incoming bulk
messages. Supports XML streaming. | |
json-splitter
| Extracts JSON from bulk input messages. | |
unzip-splitter
| Extracts data from ZIP and TAR files, splits the data into individual messages, and
directs the messages towards their target subroutes. | |
mtable-splitter
| Extracts data from an mtable object, and splits the data into
individual rows. | |
sub-route
| Receives messages from your splitter strategy, and directs them towards
other components and transports in your assembly. |