Uses of Class
org.mule.expression.transformers.ExpressionArgument

Packages that use ExpressionArgument
org.mule.api.expression   
org.mule.expression.transformers   
org.mule.impl.expression.parsers   
 

Uses of ExpressionArgument in org.mule.api.expression
 

Methods in org.mule.api.expression that return ExpressionArgument
 ExpressionArgument ExpressionParser.parse(Annotation annotation, Class parameterType)
           
 

Uses of ExpressionArgument in org.mule.expression.transformers
 

Fields in org.mule.expression.transformers with type parameters of type ExpressionArgument
protected  List<ExpressionArgument> AbstractExpressionTransformer.arguments
           
 

Methods in org.mule.expression.transformers that return types with arguments of type ExpressionArgument
 List<ExpressionArgument> AbstractExpressionTransformer.getArguments()
           
 

Methods in org.mule.expression.transformers with parameters of type ExpressionArgument
 void AbstractExpressionTransformer.addArgument(ExpressionArgument argument)
           
 boolean AbstractExpressionTransformer.removeArgument(ExpressionArgument argument)
           
 

Method parameters in org.mule.expression.transformers with type arguments of type ExpressionArgument
 void AbstractExpressionTransformer.setArguments(List<ExpressionArgument> arguments)
           
 

Uses of ExpressionArgument in org.mule.impl.expression.parsers
 

Methods in org.mule.impl.expression.parsers that return ExpressionArgument
 ExpressionArgument OgnlAnnotationParser.parse(Annotation annotation, Class parameterType)
           
 ExpressionArgument CustomEvaluatorAnnotationParser.parse(Annotation annotation, Class parameterType)
           
 ExpressionArgument GroovyAnnotationParser.parse(Annotation annotation, Class parameterType)
           
 ExpressionArgument StringExpressionAnnotationParser.parse(Annotation annotation, Class parameterType)
           
 ExpressionArgument FunctionAnnotationParser.parse(Annotation annotation, Class parameterType)
           
 ExpressionArgument BeanAnnotationParser.parse(Annotation annotation, Class parameterType)
           
 ExpressionArgument MuleAnnotationParser.parse(Annotation annotation, Class parameterType)
           
 ExpressionArgument XPathAnnotationParser.parse(Annotation annotation, Class parameterType)
           
 



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