org.apache.camel.language.groovy
Class GroovyLanguage

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

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

Version:

Constructor Summary
GroovyLanguage()
           
 
Method Summary
 GroovyExpression createExpression(String expression)
           
 GroovyExpression createPredicate(String expression)
           
static GroovyExpression groovy(String expression)
           
 boolean isSingleton()
           
protected  Class<groovy.lang.Script> parseExpression(String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyLanguage

public GroovyLanguage()
Method Detail

groovy

public static GroovyExpression groovy(String expression)

createPredicate

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

createExpression

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

parseExpression

protected Class<groovy.lang.Script> parseExpression(String expression)

isSingleton

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


Apache CAMEL