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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/
H A DBindingOperationType.java48 public SOAPOperation soapOperation(); method in interface:BindingOperationType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModelerBase.java347 SOAPOperation soapOperation,
353 if ((soapOperation != null) && (soapOperation.getStyle() != null)) {
354 if ((soapOperation.isDocument()
356 || (soapOperation.isRPC()
523 SOAPOperation soapOperation =
527 if (!isStyleAndPartMatch(soapOperation, part))
346 isStyleAndPartMatch( SOAPOperation soapOperation, MessagePart part) argument

Completed in 35 milliseconds