Uses of Class
org.apache.camel.support.ExpressionAdapter

Packages that use ExpressionAdapter
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.support Base classes that help to implement the camel API and are expected to be extended by the user 
 

Uses of ExpressionAdapter in org.apache.camel.impl
 

Subclasses of ExpressionAdapter in org.apache.camel.impl
 class ExpressionAdapter
          Deprecated.  
 

Uses of ExpressionAdapter in org.apache.camel.support
 

Subclasses of ExpressionAdapter in org.apache.camel.support
 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.
 class TokenXMLPairExpressionIterator
          Deprecated. use TokenXMLExpressionIterator instead.
 



Apache CAMEL