org.apache.camel.language.jxpath
Class JXPathLanguage

java.lang.Object
  extended by org.apache.camel.support.LanguageSupport
      extended by org.apache.camel.language.jxpath.JXPathLanguage
All Implemented Interfaces:
org.apache.camel.CamelContextAware, org.apache.camel.IsSingleton, org.apache.camel.spi.Language

public class JXPathLanguage
extends org.apache.camel.support.LanguageSupport

JXPath Language provider


Field Summary
 
Fields inherited from class org.apache.camel.support.LanguageSupport
RESOURCE
 
Constructor Summary
JXPathLanguage()
           
 
Method Summary
 org.apache.camel.Expression createExpression(String expression)
           
 org.apache.camel.Predicate createPredicate(String predicate)
           
 boolean isLenient()
           
 boolean isSingleton()
           
 void setLenient(boolean lenient)
           
 
Methods inherited from class org.apache.camel.support.LanguageSupport
getCamelContext, loadResource, setCamelContext
 
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

isLenient

public boolean isLenient()

setLenient

public void setLenient(boolean lenient)

createExpression

public org.apache.camel.Expression createExpression(String expression)

createPredicate

public org.apache.camel.Predicate createPredicate(String predicate)

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.apache.camel.IsSingleton
Overrides:
isSingleton in class org.apache.camel.support.LanguageSupport


Apache Camel