org.apache.camel.language.jxpath
Class JXPathLanguage

java.lang.Object
  extended by org.apache.camel.language.jxpath.JXPathLanguage
All Implemented Interfaces:
Language

public class JXPathLanguage
extends Object
implements Language

JXPath Language provider


Constructor Summary
JXPathLanguage()
           
 
Method Summary
 Expression<Exchange> createExpression(String expression)
           
 Predicate<Exchange> createPredicate(String predicate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JXPathLanguage

public JXPathLanguage()
Method Detail

createExpression

public Expression<Exchange> createExpression(String expression)
Specified by:
createExpression in interface Language

createPredicate

public Predicate<Exchange> createPredicate(String predicate)
Specified by:
createPredicate in interface Language


Apache CAMEL