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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DPseudoSchemaBuilder.java167 BindingOperation bindingOperation = (BindingOperation)itr.next();
170 Set boundedOps = portType.getOperationsNamed(bindingOperation.getName());
177 buildAsync(portType, operation, bindingOperation);
185 * @param bindingOperation
187 private void buildAsync(PortType portType, Operation operation, BindingOperation bindingOperation) { argument
197 List<MessagePart> addtionalHeaderParts = wsdlModeler.getAdditionHeaderParts(bindingOperation, outputMessage, false);
H A DWSDLModelerBase.java116 (SOAPBody)getAnyExtensionOfType(info.bindingOperation.getInput(),
120 error(info.bindingOperation.getInput(), ModelerMessages.WSDLMODELER_INVALID_BINDING_OPERATION_INPUT_MISSING_SOAP_BODY(info.bindingOperation.getName()));
126 for (TWSDLExtension extension: info.bindingOperation.getInput().extensions()) {
135 for (TWSDLExtension extension: info.bindingOperation.getOutput().extensions()) {
148 (SOAPBody)getAnyExtensionOfType(info.bindingOperation.getOutput(),
152 error(info.bindingOperation.getOutput(), ModelerMessages.WSDLMODELER_INVALID_BINDING_OPERATION_OUTPUT_MISSING_SOAP_BODY(info.bindingOperation.getName()));
182 mimeParts = getMimeContentParts(message, info.bindingOperation.getInput());
184 mimeParts = getMimeContentParts(message, info.bindingOperation
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
762 public BindingOperation bindingOperation; field in class:WSDLModelerBase.ProcessSOAPOperationInfo
[all...]
H A DWSDLModeler.java374 BindingOperation bindingOperation =
378 .equals(bindingOperation.getName())) {
381 error(bindingOperation, ModelerMessages.WSDLMODELER_INVALID_BINDING_OPERATION_NOT_FOUND(operation.getName(), bindingOperation.getName()));
389 BindingOperation bindingOperation =
395 portType.getOperationsNamed(bindingOperation.getName());
398 error(bindingOperation, ModelerMessages.WSDLMODELER_INVALID_BINDING_OPERATION_NOT_IN_PORT_TYPE(bindingOperation.getName(), binding.getName()));
407 bindingOperation.getInput().getName();
409 bindingOperation
1515 getAdditionHeaderParts(BindingOperation bindingOperation,Message message, boolean isInput) argument
1558 getHeaderParts(BindingOperation bindingOperation, boolean isInput) argument
[all...]

Completed in 49 milliseconds