Uses of Interface
org.mule.api.EndpointAnnotationParser

Packages that use EndpointAnnotationParser
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.config.endpoint   
org.mule.module.ibeans.config   
org.mule.transport.quartz.config   
 

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)
           
 

Uses of EndpointAnnotationParser in org.mule.module.ibeans.config
 

Classes in org.mule.module.ibeans.config that implement EndpointAnnotationParser
 class CallAnnotationParser
          The parser responsible for parsing Call annotations.
 

Uses of EndpointAnnotationParser in org.mule.transport.quartz.config
 

Classes in org.mule.transport.quartz.config that implement EndpointAnnotationParser
 class ScheduleAnnotationParser
          Creates a Quartz inbound endpoint for a service
 



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