Interface | Description |
---|---|
ExpressionAnnotationParser |
TODO
|
ExpressionEnricher |
ExpressionEnricher enriches a message using the extensible mule
expression framework allowing the contribution of additional enrichers. |
ExpressionEvaluator |
ExpressionEvaluator extracts a property from the message in a generic
way. |
ExpressionManager |
Provides universal access for evaluating expressions embedded in Mule configurations, such as Xml, Java,
scripting and annotations.
|
PropertyConverter |
TODO
|
Exception | Description |
---|---|
ExpressionRuntimeException |
If thrown by the
DefaultExpressionManager if an expression returns null
and failIfNull was set when ExpressionManager.evaluate(String,org.mule.api.MuleMessage,boolean)
was called. |
InvalidExpressionException |
Is thrown explicitly when an expression is Malformed or invalid.
|
RequiredValueException |
Is thrown explicitly when an expression is executed that returns a null value when a value is required.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.