org.mule.api.expression
Interface ExpressionAnnotationParser

All Known Implementing Classes:
ExprAnnotationParser, FunctionAnnotationParser, GroovyAnnotationParser, InboundAttachmentsAnnotationParser, InboundHeadersAnnotationParser, JsonPathAnnotationParser, LookupAnnotationParser, MuleAnnotationParser, OgnlAnnotationParser, OutboundAttachmentsAnnotationParser, OutboundHeadersAnnotationParser, PayloadAnnotationParser, XPathAnnotationParser

public interface ExpressionAnnotationParser

TODO


Method Summary
 ExpressionArgument parse(java.lang.annotation.Annotation annotation, java.lang.Class<?> parameterType)
           
 boolean supports(java.lang.annotation.Annotation annotation)
           
 

Method Detail

parse

ExpressionArgument parse(java.lang.annotation.Annotation annotation,
                         java.lang.Class<?> parameterType)

supports

boolean supports(java.lang.annotation.Annotation annotation)


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