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

Packages that use ExpressionEnricher
org.mule.api.expression   
org.mule.expression   
 

Uses of ExpressionEnricher in org.mule.api.expression
 

Methods in org.mule.api.expression that return ExpressionEnricher
 ExpressionEnricher ExpressionManager.unregisterEnricher(String name)
          Removes the enricher with the given name
 

Methods in org.mule.api.expression with parameters of type ExpressionEnricher
 void ExpressionManager.registerEnricher(ExpressionEnricher enricher)
           
 

Uses of ExpressionEnricher in org.mule.expression
 

Classes in org.mule.expression that implement ExpressionEnricher
 class AttachmentExpressionEnricher
           
 class MessageHeaderExpressionEnricher
           
 class VariableExpressionEnricher
           
 

Methods in org.mule.expression that return ExpressionEnricher
 ExpressionEnricher DefaultExpressionManager.unregisterEnricher(String name)
          Removes the evaluator with the given name
 

Methods in org.mule.expression with parameters of type ExpressionEnricher
 void DefaultExpressionManager.registerEnricher(ExpressionEnricher enricher)
           
 



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