org.apache.camel.model.language
Class JXPathExpression

java.lang.Object
  extended by org.apache.camel.model.language.ExpressionDefinition
      extended by org.apache.camel.model.language.JXPathExpression
All Implemented Interfaces:
Expression, Predicate

public class JXPathExpression
extends ExpressionDefinition

For JXPath expressions and predicates

Version:
$Revision: 750806 $

Constructor Summary
JXPathExpression()
           
JXPathExpression(String expression)
           
 
Method Summary
 String getLanguage()
           
 
Methods inherited from class org.apache.camel.model.language.ExpressionDefinition
assertMatches, configureExpression, configurePredicate, createExpression, createPredicate, evaluate, evaluate, getExpression, getExpressionType, getExpressionValue, getId, getLabel, getLabel, getPredicate, matches, setExpression, setExpressionType, setExpressionValue, setId, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JXPathExpression

public JXPathExpression()

JXPathExpression

public JXPathExpression(String expression)
Method Detail

getLanguage

public String getLanguage()
Overrides:
getLanguage in class ExpressionDefinition


Apache CAMEL