Uses of Class
org.mule.config.annotations.expressions.Evaluator

Packages that use Evaluator
org.mule.config.annotations.expressions   
 

Uses of Evaluator in org.mule.config.annotations.expressions
 

Classes in org.mule.config.annotations.expressions with annotations of type Evaluator
 interface Bean
          Allows method parameters to be configured as bean expressions for example: public Object doSomething(@Bean("person.age") int age)
 interface CustomEvaluator
          TODO
 interface ExpressionString
          Allows method parameters to be configured with functions public Object save(Object foo, @Function("UUID") String id)
 interface Function
          This evaluator allows for predefined functions to be called and returns a result.
 interface Groovy
          This allows Groovy codes to be executed on the current message.
 interface Mule
          TODO
 interface Ognl
          TODO
 interface XPath
          TODO
 



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