org.apache.camel.language.mvel
Class MvelLanguage

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

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

An MVEL Language plugin

Version:

Field Summary
 
Fields inherited from class org.apache.camel.support.LanguageSupport
RESOURCE
 
Constructor Summary
MvelLanguage()
           
 
Method Summary
 org.apache.camel.Expression createExpression(String expression)
           
 org.apache.camel.Predicate createPredicate(String expression)
           
 
Methods inherited from class org.apache.camel.support.LanguageSupport
getCamelContext, isSingleton, loadResource, setCamelContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MvelLanguage

public MvelLanguage()
Method Detail

createPredicate

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

createExpression

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


Apache Camel