Package | Description |
---|---|
org.mule.module.xml.expression | |
org.mule.routing |
Defines the core routing patterns supported by mule.
|
org.mule.util.expression |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXPathExpressionEvaluator
Provides a base class for XPath property extractors.
|
class |
BeanPayloadExpressionEvaluator
TODO
|
class |
JXPathExpressionEvaluator
Will extract properties based on Xpath expressions.
|
class |
XPathExpressionEvaluator
Will select the text of a single node based on the property name
|
Modifier and Type | Class and Description |
---|---|
class |
CorrelationPropertiesExpressionEvaluator
CorrelationPropertiesExpressionEvaluator is a default implementation used for
getting the Correlation information from a message. |
Modifier and Type | Class and Description |
---|---|
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 |
MessageExpressionEvaluator
Returns properties on the MuleMessage itself.
|
class |
MessageHeaderExpressionEvaluator
Looks up the property on the message using the property name 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 |
MessagePayloadExpressionEvaluator
Returns the message payload.
|
class |
MuleContextExpressionEvaluator
This property extractor exposes mule context information as expressions.
|
Modifier and Type | Method and Description |
---|---|
static ExpressionEvaluator |
ExpressionEvaluatorManager.unregisterEvaluator(String name)
Removes the evaluator with the given name
|
Modifier and Type | Method and Description |
---|---|
static void |
ExpressionEvaluatorManager.registerEvaluator(ExpressionEvaluator extractor) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.