Uses of Class
org.apache.camel.support.ExpressionAdapter
-
Packages that use ExpressionAdapter Package Description org.apache.camel.support.builder -
-
Uses of ExpressionAdapter in org.apache.camel.support.builder
Subclasses of ExpressionAdapter in org.apache.camel.support.builder Modifier and Type Class Description class
TokenPairExpressionIterator
Expression
to walk aMessage
body using anIterator
, which grabs the content between a start and end token.class
TokenXMLExpressionIterator
Expression
to walk aMessage
XML body using anIterator
, 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.
-