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

Packages that use ExpressionAdapter
org.apache.camel.component.directvm The Direct VM Component which synchronously invokes the consumer when a producer sends an exchange to the endpoint. 
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.component.directvm
 

Subclasses of ExpressionAdapter in org.apache.camel.component.directvm
 class DirectVmConsumerExpression
          The expression to select direct-vm consumers based on ant-like path pattern matching.
 

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