{@link org.apache.camel.Expression} to walk a {@link org.apache.camel.Message} bodyusing an {@link Iterator}, which grabs the content between a start and end token.
The message body must be able to convert to {@link InputStream} type which is used as streamto access the message body.
For splitting XML files use {@link TokenXMLPairExpressionIterator} instead.