| Class | Description |
|---|---|
| ConstantExpression |
For expressions and predicates using a constant
|
| ELExpression |
For EL expressions and predicates
|
| 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 |
For JXPath expressions and predicates
|
| 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 |
For PHP expressions and predicates
|
| PythonExpression |
For Python expressions and predicates
|
| RefExpression |
For using a custom expression
|
| RubyExpression |
For Ruby expressions and predicates
|
| SimpleExpression |
For expressions and predicates using the simple language
|
| SpELExpression |
For Spring Expression Language (SpEL) expressions and predicates
|
| SqlExpression |
For SQL expressions and predicates
|
| TerserExpression |
For HL7 terser expressions and predicates
|
| TokenizerExpression |
For expressions and predicates using a body or header tokenizer.
|
| VtdXmlExpression |
For VTD-XML (fast and efficient XPath) expressions and predicates
|
| XMLTokenizerExpression |
For expressions and predicates using a body or header tokenizer.
|
| XPathExpression |
For XPath expressions and predicates
|
| XQueryExpression |
For XQuery expressions and predicates
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.