Uses of Interface
org.mule.api.expression.ExpressionManager

Packages that use ExpressionManager
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.expression   
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
 

Uses of ExpressionManager in org.mule
 

Methods in org.mule that return ExpressionManager
 ExpressionManager DefaultMuleContext.getExpressionManager()
          Returns the Expression Manager configured for this instance of Mule
 

Uses of ExpressionManager in org.mule.api
 

Methods in org.mule.api that return ExpressionManager
 ExpressionManager MuleContext.getExpressionManager()
          Returns the Expression Manager configured for this instance of Mule
 

Uses of ExpressionManager in org.mule.expression
 

Classes in org.mule.expression that implement ExpressionManager
 class DefaultExpressionManager
          Provides universal access for evaluating expressions embedded in Mule configurations, such as Xml, Java, scripting and annotations.
 

Methods in org.mule.expression with parameters of type ExpressionManager
 String ExpressionConfig.getFullExpression(ExpressionManager manager)
           
 void ExpressionConfig.validate(ExpressionManager manager)
           
 

Uses of ExpressionManager in org.mule.routing.outbound
 

Fields in org.mule.routing.outbound declared as ExpressionManager
protected  ExpressionManager FilteringOutboundRouter.expressionManager
           
 



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