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

Packages that use ExpressionParser
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.impl.endpoint   
org.mule.impl.expression.parsers   
 

Uses of ExpressionParser in org.mule.config
 

Methods in org.mule.config that return ExpressionParser
 ExpressionParser 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 ExpressionParser in org.mule.impl.endpoint
 

Methods in org.mule.impl.endpoint that return ExpressionParser
 ExpressionParser DefaultAnnotationsParserFactory.getExpressionParser(Annotation annotation)
           
 

Methods in org.mule.impl.endpoint with parameters of type ExpressionParser
protected  void DefaultAnnotationsParserFactory.registerExpressionParser(ExpressionParser parser)
           
 

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

Classes in org.mule.impl.expression.parsers that implement ExpressionParser
 class BeanAnnotationParser
          Used to parse Bean annotations
 class CustomEvaluatorAnnotationParser
          Used to parse custom expressions annotations
 class FunctionAnnotationParser
          Used to parse Function annotations
 class GroovyAnnotationParser
           
 class MuleAnnotationParser
          TODO
 class OgnlAnnotationParser
          TODO
 class StringExpressionAnnotationParser
          TODO
 class XPathAnnotationParser
          TODO
 



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