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.api.processor   
org.mule.enricher   
org.mule.expression   
org.mule.processor   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.transport.http Provides http transport including proxy support. 
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

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.api.processor
 

Fields in org.mule.api.processor declared as ExpressionManager
protected  ExpressionManager LoggerMessageProcessor.expressionManager
           
 

Uses of ExpressionManager in org.mule.enricher
 

Methods in org.mule.enricher with parameters of type ExpressionManager
protected  void MessageEnricher.enrich(MuleMessage currentMessage, MuleMessage enrichmentMessage, String sourceExpressionArg, String targetExpressionArg, ExpressionManager expressionManager)
           
 

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.processor
 

Fields in org.mule.processor declared as ExpressionManager
protected  ExpressionManager InvokerMessageProcessor.expressionManager
           
 

Uses of ExpressionManager in org.mule.routing
 

Fields in org.mule.routing declared as ExpressionManager
protected  ExpressionManager ExpressionSplitter.expressionManager
           
 

Uses of ExpressionManager in org.mule.routing.outbound
 

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

Uses of ExpressionManager in org.mule.transport.http
 

Methods in org.mule.transport.http with parameters of type ExpressionManager
 void CacheControlHeader.parse(MuleMessage message, ExpressionManager expressionManager)
          Evaluates all the properties in case there are expressions
 void CookieWrapper.parse(MuleMessage message, ExpressionManager expressionManager)
           
 

Uses of ExpressionManager in org.mule.util
 

Methods in org.mule.util with parameters of type ExpressionManager
 void AttributeEvaluator.initialize(ExpressionManager expressionManager)
           
 



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