Searched refs:soapOperation (Results 1 - 4 of 4) 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
H A DWSDLModeler.java647 SOAPOperation soapOperation =
651 if (soapOperation != null) {
652 if (soapOperation.getStyle() != null) {
653 soapStyle = soapOperation.getStyle();
655 if (soapOperation.getSOAPAction() != null) {
656 operation.setSOAPAction(soapOperation.getSOAPAction());
2079 SOAPOperation soapOperation =
2082 if ((soapOperation != null) && (soapOperation.isDocument() || info.soapBinding.isDocument())) {
2089 } else if (soapOperation !
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGenerator.java742 operation.soapOperation().soapAction(soapBinding.getSOAPAction());

Completed in 71 milliseconds