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