Uses of Interface
org.mule.expression.ExpressionConstants

Packages that use ExpressionConstants
org.mule.expression   
org.mule.routing.correlation   
 

Uses of ExpressionConstants in org.mule.expression
 

Classes in org.mule.expression that implement ExpressionConstants
 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 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.
 

Uses of ExpressionConstants in org.mule.routing.correlation
 

Classes in org.mule.routing.correlation that implement ExpressionConstants
 class CorrelationPropertiesExpressionEvaluator
          CorrelationPropertiesExpressionEvaluator is a default implementation used for getting the Correlation information from a message.
 



Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.