Uses of Class
org.mule.utils.AnnotationMetaData

Packages that use AnnotationMetaData
org.mule.impl.annotations   
org.mule.utils   
 

Uses of AnnotationMetaData in org.mule.impl.annotations
 

Methods in org.mule.impl.annotations with parameters of type AnnotationMetaData
protected  InboundEndpoint AnnotatedServiceBuilder.tryInboundEndpointAnnotation(AnnotationMetaData metaData, ChannelType channelType)
           
protected  OutboundEndpoint AnnotatedServiceBuilder.tryOutboundEndpointAnnotation(AnnotationMetaData metaData, ChannelType channelType)
           
 

Uses of AnnotationMetaData in org.mule.utils
 

Methods in org.mule.utils that return AnnotationMetaData
protected static AnnotationMetaData AnnotationUtils.getClassAnnotationForSuperClasses(Class<? extends Annotation> annotation, Class bottom)
           
static AnnotationMetaData AnnotationUtils.getClassAnnotationInHeirarchy(Class<? extends Annotation> annotation, Class bottom)
           
 

Methods in org.mule.utils that return types with arguments of type AnnotationMetaData
static List<AnnotationMetaData> AnnotationUtils.getAllFieldAnnotations(Class c)
           
static List<AnnotationMetaData> AnnotationUtils.getAllMethodAnnotations(Class c)
           
static List<AnnotationMetaData> AnnotationUtils.getClassAndMethodAnnotations(Class c)
           
static List<AnnotationMetaData> AnnotationUtils.getClassAnnotationInHeirarchy(Class bottom)
           
static List<AnnotationMetaData> AnnotationUtils.getFieldAnnotations(Class c, Class<? extends Annotation> annotation)
           
static Set<AnnotationMetaData> AnnotationUtils.getFieldAnnotationsForHeirarchy(Class bottom)
           
static Set<AnnotationMetaData> AnnotationUtils.getFieldAnnotationsForHeirarchy(Class bottom, Class<? extends Annotation> annotation)
           
static List<AnnotationMetaData> AnnotationUtils.getMethodAnnotations(Class c, Class<? extends Annotation> ann)
           
static List<AnnotationMetaData> AnnotationUtils.getMethodMetaAnnotations(Class c, Class<? extends Annotation> metaAnn)
           
static List<AnnotationMetaData> AnnotationUtils.getParamAnnotations(Method method)
           
 

Method parameters in org.mule.utils with type arguments of type AnnotationMetaData
protected static void AnnotationUtils.getClassAnnotationForInterfaces(Class bottom, List<AnnotationMetaData> annos)
           
protected static void AnnotationUtils.getClassAnnotationForSuperClasses(Class bottom, List<AnnotationMetaData> annos)
           
static void AnnotationUtils.getFieldAnnotationsForInterfaces(Class clazz, Set<AnnotationMetaData> annos)
           
static void AnnotationUtils.getFieldAnnotationsForInterfaces(Class clazz, Set<AnnotationMetaData> annos, Class<? extends Annotation> annotation)
           
protected static void AnnotationUtils.getFieldAnnotationsForSuperClasses(Class bottom, Set<AnnotationMetaData> annos)
           
protected static void AnnotationUtils.getFieldAnnotationsForSuperClasses(Class bottom, Set<AnnotationMetaData> annos, Class<? extends Annotation> annotation)
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.