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

/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java634 private void validateServiceParameter(Service theService, ServiceParameter theServiceParameter) argument
636 if (theServiceParameter.getName() == null)
638 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_MISSING_VALUE,"Must specify a name for serviceParameter: "+theServiceParameter.getLocalName());
642 if (theServiceParameter.getParameter() == null)
644 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_MISSING_VALUE,"Must specify a parameter for serviceParameter: "+theServiceParameter.getLocalName());

Completed in 10 milliseconds