Package | Description |
---|---|
org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
org.apache.camel.support.builder |
Base classes for builders
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantExpressionAdapter
A helper class for developers wishing to implement an
Expression using Java code with a
minimum amount of code to write so that the developer only needs to implement one of the
evaluate(Exchange, Class) or ExpressionSupport.evaluate(Exchange) methods. |
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