Searched defs:theWSDLAtomicGrounding (Results 1 - 1 of 1) sorted by relevance
/owl-s/src/org/mindswap/owls/validator/ |
H A D | OWLSValidator.java | 414 private void validateWSDLAtomicGrounding(Service theService, WSDLAtomicGrounding theWSDLAtomicGrounding)
argument 417 if (theWSDLAtomicGrounding.getOperationRef() == null)
418 addMessage(theService,CODE_INVALID_VALUE,"The grounding '"+theWSDLAtomicGrounding.getLocalName()+"' has a missing, or invalid operationRef.");
420 if (theWSDLAtomicGrounding.getOperationRef().getPortType() == null)
421 addMessage(theService, CODE_MISSING_VALUE,"The grounding '"+theWSDLAtomicGrounding.getLocalName()+"' must specify a portType for its operationRef.");
423 if (theWSDLAtomicGrounding.getOperationRef().getOperation() == null)
424 addMessage(theService, CODE_MISSING_VALUE,"The grounding '"+theWSDLAtomicGrounding.getLocalName()+"' must specify an operation for its operationRef");
429 MessageMapList inputMap = theWSDLAtomicGrounding.getInputMap();
435 addMessage(theService,CODE_MISSING_VALUE,"The input map for grounding '"+theWSDLAtomicGrounding.getLocalName()+"' requires a grounding parameter (wsdlMessagePart).");
438 addMessage(theService,CODE_MISSING_VALUE,"The input map for grounding '"+theWSDLAtomicGrounding [all...] |
Completed in 10 milliseconds