| Interface | Description |
|---|---|
| ExpressionExecutor<T extends ExpressionLanguageContext> |
Wraps an expression language engine.
|
| ExpressionLanguageAdaptor | |
| ExpressionLanguageContext | |
| ExpressionLanguageExtension |
Interface used to implement extensions to be used with a Mule Expression Language implementation.
|
| ExpressionLanguageFunction | |
| ExpressionManager |
Provides universal access for evaluating expressions embedded in Mule configurations, such as XML, Java,
scripting and annotations.
|
| ExtendedExpressionLanguageAdaptor |
Extends the
ExpressionLanguageAdaptor supporting mutating operations and the propagation of more variables. |
| ExtendedExpressionManager |
Extends the
ExpressionManager supporting mutating operations and the propagation of more variables. |
| GlobalBindingContextProvider |
Provides a
BindingContext that should be considered global, meaning Bindings are not expected to change. |
| VariableAssignmentCallback<T> |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.