Uses of Class
org.apache.camel.support.ExpressionAdapter
Packages that use ExpressionAdapter
Package
Description
Base classes that help to implement the camel API and are expected to be extended by the user
Base classes for builders
-
Uses of ExpressionAdapter in org.apache.camel.support
Subclasses of ExpressionAdapter in org.apache.camel.supportModifier and TypeClassDescriptionclassA helper class for developers wishing to implement anExpressionusing Java code with a minimum amount of code to write so that the developer only needs to implement one of theevaluate(Exchange, Class)orExpressionSupport.evaluate(Exchange)methods. -
Uses of ExpressionAdapter in org.apache.camel.support.builder
Subclasses of ExpressionAdapter in org.apache.camel.support.builderModifier and TypeClassDescriptionclassExpressionto walk aMessagebody using anIterator, which grabs the content between a start and end token.classExpressionto walk aMessageXML 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.