Lines Matching defs:info

116             (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()));
158 if (info.portTypeOperation.getOutput() == null)
160 return info.portTypeOperation.getOutput().resolveMessage(info.document);
164 return info.portTypeOperation.getInput().resolveMessage(info.document);
182 mimeParts = getMimeContentParts(message, info.bindingOperation.getInput());
184 mimeParts = getMimeContentParts(message, info.bindingOperation.getOutput());
243 warning(mPart, ModelerMessages.MIMEMODELER_INVALID_MIME_PART_MORE_THAN_ONE_SOAP_BODY(info.operation.getName().getLocalPart()));
254 warning(mPart, ModelerMessages.MIMEMODELER_INVALID_MIME_PART_NAME_NOT_ALLOWED(info.portTypeOperation.getName()));
294 warning(mimeContent, ModelerMessages.MIMEMODELER_INVALID_MIME_CONTENT_MISSING_PART_ATTRIBUTE(info.operation.getName().getLocalPart()));
327 new Object[] {info.operation.getName().getLocalPart()});
336 error(mimeContent, ModelerMessages.MIMEMODELER_INVALID_MIME_CONTENT_MISSING_TYPE_ATTRIBUTE(info.operation.getName().getLocalPart()));
361 if ((info.soapBinding.isDocument()
363 || (info.soapBinding.isRPC()
378 return info.modelPort.getName().getNamespaceURI();
382 error(body, ModelerMessages.WSDLMODELER_INVALID_BINDING_OPERATION_INPUT_SOAP_BODY_MISSING_NAMESPACE(info.bindingOperation.getName()));
391 return info.modelPort.getName().getNamespaceURI();
395 error(body, ModelerMessages.WSDLMODELER_INVALID_BINDING_OPERATION_OUTPUT_SOAP_BODY_MISSING_NAMESPACE(info.bindingOperation.getName()));
413 warning((Entity) obj, ModelerMessages.MIMEMODELER_WARNING_IGNORINGINVALID_HEADER_PART_NOT_DECLARED_IN_ROOT_PART(info.bindingOperation.getName()));
443 for( BindingFault bindingFault : info.bindingOperation.faults() ) {
445 for (com.sun.tools.internal.ws.wsdl.document.Fault aFault : info.portTypeOperation.faults()) {
450 info.bindingOperation.getName()));
459 info.bindingOperation.getName()));
467 info.bindingOperation.getName()));
470 info.bindingOperation.getName()));
475 portTypeFault.resolveMessage(info.document);
504 info.portTypeOperation.getStyle()
727 protected ProcessSOAPOperationInfo info;