| Class | Description |
|---|---|
| ConstantExpression |
For expressions and predicates using a constant
|
| ELExpression | Deprecated |
| ExchangePropertyExpression |
An expression which extracts the named exchange property
|
| ExpressionDefinition |
A useful base class for an expression
|
| GroovyExpression |
For Groovy expressions and predicates
|
| HeaderExpression |
An expression which extracts the named exchange header
|
| JavaScriptExpression |
For JavaScript expressions and predicates
|
| JsonPathExpression |
For JSonPath expressions and predicates
|
| JXPathExpression | Deprecated |
| LanguageExpression |
Represents a parameterised language expression which can support any language
at runtime using the language attribute.
|
| MethodCallExpression |
For expressions and predicates using a java bean (aka method call)
|
| MvelExpression |
For MVEL expressions and predicates
|
| NamespaceAwareExpression |
A useful base class for any expression which may be namespace or XML content aware
such as
XPathExpression or XQueryExpression |
| OgnlExpression |
For OGNL expressions and predicates
|
| PhpExpression | Deprecated |
| PythonExpression | Deprecated |
| RefExpression |
For using a custom expression or predicate
|
| RubyExpression | Deprecated |
| SimpleExpression |
For expressions and predicates using the simple language
|
| SpELExpression |
For Spring Expression Language (SpEL) expressions and predicates
|
| SqlExpression | Deprecated |
| TerserExpression |
For HL7 terser expressions and predicates
|
| TokenizerExpression |
For expressions and predicates using a body or header tokenizer
|
| XMLTokenizerExpression |
For expressions and predicates using a body or header XML tokenizer
|
| XPathExpression |
For XPath expressions and predicates
|
| XQueryExpression |
For XQuery expressions and predicates
|
Apache Camel