Class VariableLanguage
java.lang.Object
org.apache.camel.support.LanguageSupport
org.apache.camel.language.variable.VariableLanguage
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,org.apache.camel.IsSingleton,org.apache.camel.spi.HasCamelContext,org.apache.camel.spi.Language
@Language("variable")
public class VariableLanguage
extends org.apache.camel.support.LanguageSupport
A language for variable expressions.
-
Field Summary
Fields inherited from class org.apache.camel.support.LanguageSupport
RESOURCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.ExpressioncreateExpression(String expression) org.apache.camel.PredicatecreatePredicate(String expression) static org.apache.camel.ExpressionMethods inherited from class org.apache.camel.support.LanguageSupport
getCamelContext, hasSimpleFunction, isDynamicResource, isSingleton, isStaticResource, loadResource, property, setCamelContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.spi.Language
createExpression, createPredicate
-
Constructor Details
-
VariableLanguage
public VariableLanguage()
-
-
Method Details
-
variable
-
createPredicate
-
createExpression
-