org.apache.camel.language.sql
Class SqlLanguage

java.lang.Object
  extended by org.apache.camel.language.sql.SqlLanguage
All Implemented Interfaces:
org.apache.camel.IsSingleton, org.apache.camel.spi.Language

public class SqlLanguage
extends Object
implements org.apache.camel.spi.Language, org.apache.camel.IsSingleton

XPath language.

Version:

Constructor Summary
SqlLanguage()
           
 
Method Summary
 org.apache.camel.Expression createExpression(String expression)
           
 org.apache.camel.Predicate createPredicate(String expression)
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlLanguage

public SqlLanguage()
Method Detail

createPredicate

public org.apache.camel.Predicate createPredicate(String expression)
Specified by:
createPredicate in interface org.apache.camel.spi.Language

createExpression

public org.apache.camel.Expression createExpression(String expression)
Specified by:
createExpression in interface org.apache.camel.spi.Language

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.apache.camel.IsSingleton


Apache CAMEL