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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java392 com.sun.tools.internal.ws.wsdl.document.Operation portTypeOperation =
400 portTypeOperation =
436 portTypeOperation = candidateOperation;
449 portTypeOperation,
503 info.portTypeOperation.getDocumentation());
505 if (info.portTypeOperation.getStyle()
507 && info.portTypeOperation.getStyle() != OperationStyle.ONE_WAY) {
509 warning(info.portTypeOperation, ModelerMessages.WSDLMODELER_WARNING_IGNORING_OPERATION_NOT_SUPPORTED_STYLE(info.portTypeOperation.getName()));
512 error(info.portTypeOperation, ModelerMessage
[all...]
H A DWSDLModelerBase.java158 if (info.portTypeOperation.getOutput() == null)
160 return info.portTypeOperation.getOutput().resolveMessage(info.document);
164 return info.portTypeOperation.getInput().resolveMessage(info.document);
254 warning(mPart, ModelerMessages.MIMEMODELER_INVALID_MIME_PART_NAME_NOT_ALLOWED(info.portTypeOperation.getName()));
445 for (com.sun.tools.internal.ws.wsdl.document.Fault aFault : info.portTypeOperation.faults()) {
504 info.portTypeOperation.getStyle()
743 com.sun.tools.internal.ws.wsdl.document.Operation portTypeOperation,
751 this.portTypeOperation = portTypeOperation;
761 public com.sun.tools.internal.ws.wsdl.document.Operation portTypeOperation; field in class:WSDLModelerBase.ProcessSOAPOperationInfo
740 ProcessSOAPOperationInfo( Port modelPort, com.sun.tools.internal.ws.wsdl.document.Port port, com.sun.tools.internal.ws.wsdl.document.Operation portTypeOperation, BindingOperation bindingOperation, SOAPBinding soapBinding, WSDLDocument document, boolean hasOverloadedOperations, Map headers) argument
[all...]

Completed in 33 milliseconds