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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
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 32 milliseconds