Searched refs:parseAnnotations (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DWebServiceFeatureFactory.java50 list.parseAnnotations(ann);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/
H A DWebServiceFeatureList.java85 parseAnnotations(endpointClass);
94 public void parseAnnotations(Iterable<Annotation> annIt) { method in class:WebServiceFeatureList
140 public void parseAnnotations(Class<?> endpointClass) { method in class:WebServiceFeatureList
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DConstructor.java630 declaredAnnotations = AnnotationParser.parseAnnotations(
H A DField.java1128 declaredAnnotations = AnnotationParser.parseAnnotations(
H A DMethod.java714 declaredAnnotations = AnnotationParser.parseAnnotations(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DEndpointFactory.java167 features.parseAnnotations(implType);
/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java62 public static Map<Class<? extends Annotation>, Annotation> parseAnnotations( method in class:AnnotationParser
113 * Unlike parseAnnotations, rawAnnotations must not be null!
795 * This method converts the annotation map returned by the parseAnnotations()
/openjdk7/jdk/src/share/classes/java/lang/
H A DClass.java3168 declaredAnnotations = AnnotationParser.parseAnnotations(

Completed in 115 milliseconds