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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceVisitor.java63 protected SOAPStyle soapStyle = SOAPStyle.DOCUMENT; field in class:WebServiceVisitor
227 public static boolean sameStyle(SOAPBinding.Style style, SOAPStyle soapStyle) { argument
229 soapStyle.equals(SOAPStyle.DOCUMENT))
232 soapStyle.equals(SOAPStyle.RPC))
240 if (!sameStyle(soapBinding.style(), soapStyle)) {
246 soapStyle = SOAPStyle.RPC;
253 soapStyle = SOAPStyle.DOCUMENT;
280 soapStyle = SOAPStyle.RPC;
283 soapStyle = SOAPStyle.DOCUMENT;
662 soapStyle
[all...]

Completed in 31 milliseconds