| Package | Description |
|---|---|
| org.apache.camel.support.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
TokenPairExpressionIterator
Expression to walk a Message body
using an Iterator, which grabs the content between a start and end token. |
class |
TokenXMLExpressionIterator
Expression to walk a Message XML body
using an Iterator, which grabs the content between a XML start and end token,
where the end token corresponds implicitly to either the end tag or the self-closing start tag. |
Apache Camel