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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/
H A DJavaMethod.java92 @NotNull Method getSEIMethod(); method in interface:JavaMethod
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DW3CAddressingWSDLGeneratorExtension.java68 Action a = method.getSEIMethod().getAnnotation(Action.class);
108 Action a = method.getSEIMethod().getAnnotation(Action.class);
119 Action a = method.getSEIMethod().getAnnotation(Action.class);
120 Class[] exs = method.getSEIMethod().getExceptionTypes();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DJavaMethodImpl.java127 public Method getSEIMethod() { method in class:JavaMethodImpl

Completed in 31 milliseconds