| Package | Description |
|---|---|
| org.mule.expression |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAttachmentExpressionEvaluator |
class |
EndpointInfoExpressionEvaluator
Looks up information about a global endpoint
|
class |
FunctionExpressionEvaluator
This property extractor doesn't actually extract a property from the message, instead it allows for certain functions
to be called and returns a result.
|
class |
MapPayloadExpressionEvaluator
If the message payload is a map this extractor will look up the property value in
the map
|
class |
MessageAttachmentExpressionEvaluator
Looks up an attachment with the given name.
|
class |
MessageAttachmentsExpressionEvaluator
Looks up the attachment(s) on the message using the expression given.
|
class |
MessageAttachmentsListExpressionEvaluator
Looks up the attachment(s) on the message using the expression given.
|
class |
MessageHeadersExpressionEvaluator
Looks up the property on the message using the expression given.
|
class |
MessageHeadersListExpressionEvaluator
Looks up the property on the message using the expression given.
|
class |
MessageProcessorExpressionEvaluator
Returns the message result of invoking the specified globally accessible message
processor.
|
class |
MuleContextExpressionEvaluator
This property extractor exposes mule context information as expressions.
|
class |
OutboundAttachmentsExpressionEvaluator
Creates a Map facade around a
MuleMessage instance to allow access to outbound
attachments from within components and transformers without the these objects needing access to the Mule Message |
class |
OutboundHeadersExpressionEvaluator
Creates a Map facade around a
MuleMessage instance to allow access to outbound
headers from within components and transformers without the these objects needing access to the Mule Message |
class |
RegistryExpressionEvaluator
Looks up information about objects in the Registry
|
class |
StringExpressionEvaluator
Will process an expression string that can contain other expressions
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.