Package org.mule.expression

Class Summary
DefaultExpressionManager Provides universal access for evaluating expressions embedded in Mule configurations, such as Xml, Java, scripting and annotations.
EndpointInfoExpressionEvaluator Looks up information about a global endpoint
ExpressionConfig A simple configuration object for holding the common Expression evaluator configuration.
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.
MapPayloadExpressionEvaluator If the message payload is a map this extractor will look up the property value in the map
MessageAttachmentExpressionEvaluator Looks up an attachment with the given name.
MessageAttachmentsExpressionEvaluator Looks up the attachment(s) on the message using the expression given.
MessageAttachmentsListExpressionEvaluator Looks up the attachment(s) on the message using the expression given.
MessageExpressionEvaluator Returns properties on the MuleMessage itself.
MessageHeaderExpressionEvaluator Looks up the property on the message using the property name given.
MessageHeadersExpressionEvaluator Looks up the property on the message using the expression given.
MessageHeadersListExpressionEvaluator Looks up the property on the message using the expression given.
MessagePayloadExpressionEvaluator Returns the message payload.
MuleContextExpressionEvaluator This property extractor exposes mule context information as expressions.
MuleExpressionEvaluator This evaluator provide a powerful expression language for querying mule information at runtime.
RegistryExpressionEvaluator Looks up information about objects in the Registry
StringExpressionEvaluator Will process an expression string that can contain other expressions
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.