WSDLAtomicGroundingImpl.java revision 24
super(ind);
throw new ExecutionException("Operation " + operation + " cannot be found in the WSDL description");
throw new ExecutionException("Cannot apply XSLT transformation to data value '" + value + "' for input parameter '" + param + "'");
} catch(Exception e) {
e.printStackTrace();
throw new ExecutionException("Parameter '" + mp.getGroundingParameter() + "' is not found in the WSDL file!");
throw new ExecutionException("Value of output parameter '" + out + "' is not set by the WSDL operation!");
throw new ExecutionException(
return results;
} catch(MalformedURLException e) {
return null;
* @see org.mindswap.owls.grounding.WSDLAtomicGrounding#setOperationRef(org.mindswap.owls.grounding.WSDLOperationRef)
* @see org.mindswap.owls.grounding.AtomicGrounding#addMessageMap(org.mindswap.owls.process.Parameter, java.lang.String, java.lang.String)
public void addMessageMap(Parameter owlsParameter, String groundingParameter, String xsltTransformation) {
throw new IllegalArgumentException("OWL-S parameter in the MessageMap is neither an Input nor Output!");
public void removeOperationRef() {
private void removeAll() {
public void delete() {
removeAll();
super.delete();
return uri;
return null;