org.apache.camel.language.jxpath
Class JXPathLanguage
java.lang.Object
org.apache.camel.language.jxpath.JXPathLanguage
- All Implemented Interfaces:
- org.apache.camel.IsSingleton, org.apache.camel.spi.Language
public class JXPathLanguage
- extends Object
- implements org.apache.camel.spi.Language, org.apache.camel.IsSingleton
JXPath Language
provider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JXPathLanguage
public JXPathLanguage()
isLenient
public boolean isLenient()
setLenient
public void setLenient(boolean lenient)
createExpression
public org.apache.camel.Expression createExpression(String expression)
- Specified by:
createExpression
in interface org.apache.camel.spi.Language
createPredicate
public org.apache.camel.Predicate createPredicate(String predicate)
- Specified by:
createPredicate
in interface org.apache.camel.spi.Language
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.apache.camel.IsSingleton
Apache CAMEL