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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DRuntimeModeler.java161 private static <T extends Annotation> T getPrivMethodAnnotation(final Method method, final Class<T> T) { method in class:RuntimeModeler
334 webMethod = getPrivMethodAnnotation(method, WebMethod.class);
378 WebMethod webMethod = getPrivMethodAnnotation(method, WebMethod.class);
470 WebMethod webMethod = getPrivMethodAnnotation(method, WebMethod.class);

Completed in 32 milliseconds