Searched defs:collectJAXBAnnotations (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DAbstractWrapperBeanGenerator.java93 private List<Annotation> collectJAXBAnnotations(M method) { method in class:AbstractWrapperBeanGenerator
105 private List<Annotation> collectJAXBAnnotations(M method, int paramIndex) { method in class:AbstractWrapperBeanGenerator
160 List<Annotation> jaxbAnnotation = collectJAXBAnnotations(method, paramIndex);
200 List<Annotation> jaxbRespAnnotations = collectJAXBAnnotations(method);
220 List<Annotation> jaxbAnnotation = collectJAXBAnnotations(method, paramIndex);

Completed in 64 milliseconds