org.mule.api.expression
Interface ExpressionParser

All Known Implementing Classes:
BeanAnnotationParser, CustomEvaluatorAnnotationParser, FunctionAnnotationParser, GroovyAnnotationParser, MuleAnnotationParser, OgnlAnnotationParser, StringExpressionAnnotationParser, XPathAnnotationParser

public interface ExpressionParser

TODO


Method Summary
 ExpressionArgument parse(Annotation annotation, Class parameterType)
           
 boolean supports(Annotation annotation)
           
 

Method Detail

parse

ExpressionArgument parse(Annotation annotation,
                         Class parameterType)

supports

boolean supports(Annotation annotation)


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