Package org.mule.config.annotations.expressions

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



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