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

/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java172 private void validateService(Service theService) argument
174 if (theService.getProperties(OWLS.Service.describedBy).size() > 1)
178 addMessage(theService,msg);
181 validateProfileForService(theService);
186 aProcess = theService.getProcess();
191 validateProcess(theService,aProcess);
193 validateGroundingForService(theService);
196 private void validateProcess(Service theService, Process theProcess) argument
200 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_MISSING_VALUE,"No process specified for service: "+theService.getLocalName());
201 addMessage(theService, ms
273 validateLocal(Service theService, Local theLocal) argument
278 validateInput(Service theService, Input theInput) argument
283 validateOutput(Service theService, Output theOutput) argument
288 validateParameter(Service theService, Parameter theParam) argument
351 validateGroundingForService(Service theService) argument
414 validateWSDLAtomicGrounding(Service theService, WSDLAtomicGrounding theWSDLAtomicGrounding) argument
454 validateSplitJoin(Service theService, SplitJoin theSplitJoin) argument
464 validateControlConstruct(Service theService, ControlConstruct theControlConstruct) argument
478 validateResult(Service theService, Result theResult) argument
503 validatePerform(Service theService, Perform thePerform) argument
540 validateProfileForService(Service theService) argument
634 validateServiceParameter(Service theService, ServiceParameter theServiceParameter) argument
649 validateServiceCategory(Service theService, ServiceCategory theServiceCategory) argument
676 addMessage(Service theService, int theCode, String theMsg) argument
681 addMessage(Service theService, OWLSValidatorMessage theMsg) argument
[all...]

Completed in 580 milliseconds