Uses of Class
org.mule.config.endpoint.AnnotatedEndpointData

Packages that use AnnotatedEndpointData
org.mule.config.endpoint   
org.mule.module.ibeans.config   
org.mule.module.ibeans.spi.support   
org.mule.transport.quartz.config   
 

Uses of AnnotatedEndpointData in org.mule.config.endpoint
 

Methods in org.mule.config.endpoint that return AnnotatedEndpointData
protected abstract  AnnotatedEndpointData AbstractEndpointAnnotationParser.createEndpointData(Annotation annotation)
           
 

Methods in org.mule.config.endpoint with parameters of type AnnotatedEndpointData
protected  EndpointBuilder AnnotatedEndpointHelper.getEndpointBuilder(AnnotatedEndpointData epData)
           
protected  void AnnotatedEndpointHelper.preprocessEndpointData(AnnotatedEndpointData data)
          This method can be overridden to process endpoints before they get built.
 ImmutableEndpoint AnnotatedEndpointHelper.processEndpoint(AnnotatedEndpointData epData)
           
 

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

Methods in org.mule.module.ibeans.config that return AnnotatedEndpointData
protected  AnnotatedEndpointData CallAnnotationParser.createEndpointData(Annotation annotation)
           
 

Uses of AnnotatedEndpointData in org.mule.module.ibeans.spi.support
 

Constructors in org.mule.module.ibeans.spi.support with parameters of type AnnotatedEndpointData
CallOutboundEndpoint(MuleContext context, AnnotatedEndpointData epData)
           
CallRequestEndpoint(MuleContext context, AnnotatedEndpointData epData)
           
 

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

Methods in org.mule.transport.quartz.config that return AnnotatedEndpointData
protected  AnnotatedEndpointData ScheduleAnnotationParser.createEndpointData(Annotation annotation)
           
 



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