ConstantExpression |
A fixed value set only once during the route startup.
|
CSimpleExpression |
Evaluate a compile simple expression language.
|
DatasonnetExpression |
To use DataSonnet scripts in Camel expressions or predicates.
|
ExchangePropertyExpression |
Get the value of named Camel Exchange property.
|
ExpressionDefinition |
A useful base class for an expression
|
GroovyExpression |
Evaluate a Groovy script.
|
HeaderExpression |
Get the value of the named Camel Message header.
|
Hl7TerserExpression |
Get the value of an HL7 message field specified by terse location specification syntax.
|
JoorExpression |
Evaluate a jOOR (Java compiled once at runtime) expression language.
|
JsonPathExpression |
Evaluate a JsonPath expression against a JSON message body.
|
LanguageExpression |
Evaluate the given expression using the specified language.
|
MethodCallExpression |
Call a method of the specified Java bean passing the Exchange, Body or specific headers to it.
|
MvelExpression |
Evaluate an MVEL template against the Camel Exchange.
|
NamespaceAwareExpression |
|
OgnlExpression |
Evaluate an Apache Commons Object Graph Navigation Library (OGNL) expression against the Camel Exchange.
|
RefExpression |
Look up an expression in the Camel Registry and evaluate it.
|
SimpleExpression |
Evaluate Camel's built-in Simple language expression against the Camel Exchange.
|
SpELExpression |
Evaluate a Spring Expression Language (SpEL) expression against the Camel Exchange.
|
TokenizerExpression |
Tokenize text payloads using the specified delimiter patterns.
|
XMLTokenizerExpression |
Tokenize XML payloads using the specified path expression.
|
XPathExpression |
Evaluate an XPath expression against an XML payload.
|
XQueryExpression |
Evaluate an XQuery expressions against an XML payload.
|