Uses of Interface
org.mule.api.EndpointAnnotationParser

Packages that use EndpointAnnotationParser
org.mule.config   
org.mule.config.endpoint   
 

Uses of EndpointAnnotationParser in org.mule.config
 

Methods in org.mule.config that return EndpointAnnotationParser
 EndpointAnnotationParser AnnotationsParserFactory.getEndpointParser(Annotation annotation, Class<?> aClass, Member member)
          Retrieves a parser for the given annotation, the parameters passed in can be used to validate the use of the annotation, i.e.
 

Uses of EndpointAnnotationParser in org.mule.config.endpoint
 

Classes in org.mule.config.endpoint that implement EndpointAnnotationParser
 class AbstractEndpointAnnotationParser
          TODO
 

Methods in org.mule.config.endpoint that return EndpointAnnotationParser
 EndpointAnnotationParser RegistryBackedAnnotationsParserFactory.getEndpointParser(Annotation annotation, Class aClass, Member member)
           
 



Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.