Uses of Interface
org.mule.api.expression.ExpressionAnnotationParser

Packages that use ExpressionAnnotationParser
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.config.endpoint   
org.mule.config.expression   
org.mule.config.parsers   
org.mule.module.json.config Classes used for processing the JSON XML configuration elements 
org.mule.module.ognl.config   
org.mule.module.scripting.config   
org.mule.module.xml.config   
 

Uses of ExpressionAnnotationParser in org.mule.config
 

Methods in org.mule.config that return ExpressionAnnotationParser
 ExpressionAnnotationParser AnnotationsParserFactory.getExpressionParser(Annotation annotation)
          Retrieves a parser for the given annotation, where the annotation is an Expression annotation; one annotated with the Evaluator annotation.
 

Uses of ExpressionAnnotationParser in org.mule.config.endpoint
 

Methods in org.mule.config.endpoint that return ExpressionAnnotationParser
 ExpressionAnnotationParser RegistryBackedAnnotationsParserFactory.getExpressionParser(Annotation annotation)
           
 

Uses of ExpressionAnnotationParser in org.mule.config.expression
 

Classes in org.mule.config.expression that implement ExpressionAnnotationParser
 class ExprAnnotationParser
          Used to parse Expr parameter annotations
 class FunctionAnnotationParser
          Used to parse Function annotations
 class LookupAnnotationParser
          Used to parse Expr parameter annotations
 class MuleAnnotationParser
          Used to parse Mule parameter annotations
 

Uses of ExpressionAnnotationParser in org.mule.config.parsers
 

Classes in org.mule.config.parsers that implement ExpressionAnnotationParser
 class InboundAttachmentsAnnotationParser
          Responsible for parsing the InboundAttachments annotation.
 class InboundHeadersAnnotationParser
          Responsible for parsing the InboundHeaders annotation.
 class OutboundAttachmentsAnnotationParser
          Responsible for parsing the OutboundAttachments annotation.
 class OutboundHeadersAnnotationParser
          Responsible for parsing the OutboundHeaders annotation.
 class PayloadAnnotationParser
          Responsible for parsing the Payload annotation.
 

Uses of ExpressionAnnotationParser in org.mule.module.json.config
 

Classes in org.mule.module.json.config that implement ExpressionAnnotationParser
 class JsonPathAnnotationParser
          Responsible for parsing JsonPath parameter annotations
 

Uses of ExpressionAnnotationParser in org.mule.module.ognl.config
 

Classes in org.mule.module.ognl.config that implement ExpressionAnnotationParser
 class OgnlAnnotationParser
          TODO
 

Uses of ExpressionAnnotationParser in org.mule.module.scripting.config
 

Classes in org.mule.module.scripting.config that implement ExpressionAnnotationParser
 class GroovyAnnotationParser
           
 

Uses of ExpressionAnnotationParser in org.mule.module.xml.config
 

Classes in org.mule.module.xml.config that implement ExpressionAnnotationParser
 class XPathAnnotationParser
          Used to parse Bean parameter annotations.
 



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