Lines Matching defs:parameter
163 throw new ExecutionException("Value of input parameter '" + param + "' is not set!");
176 throw new ExecutionException("Cannot apply XSLT transformation to data value '" + value + "' for input parameter '" + param + "'");
206 throw new ExecutionException("Value of output parameter '" + out + "' is not set by the WSDL operation!");
220 "An error occurred when applying xsltTransformtion to output parameter " +
312 throw new IllegalArgumentException("OWL-S parameter in the MessageMap is neither an Input nor Output!");
376 public URI getWSDLParameter(Parameter parameter) {
377 URI uri = getWSDLParameter(parameter, getInputMap());
379 uri = getWSDLParameter(parameter, getOutputMap());
383 private URI getWSDLParameter(Parameter parameter, MessageMapList list) {
385 if (list.messageMapAt(i).getOWLSParameter().equals(parameter))