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

/owl-s/src/impl/owls/grounding/
H A DWSDLOperationRefImpl.java24 setProperty(OWLS.Grounding.operation, op);
28 return getPropertyAsURI(OWLS.Grounding.operation);
H A DWSDLAtomicGroundingImpl.java90 public void setOperation(URI operation) { argument
96 opRef.setOperation(operation);
132 String operation = getOperation().toString();
141 WSDLOperation op = s.getOperation(operation);
144 op = s.getOperation(URIUtils.getLocalName(operation));
147 throw new ExecutionException("Operation " + operation + " cannot be found in the WSDL description");
206 throw new ExecutionException("Value of output parameter '" + out + "' is not set by the WSDL operation!");
/owl-s/src/org/mindswap/owls/vocabulary/
H A DOWLS_1_0.java240 public static OWLDataProperty operation; field in class:OWLS_1_0.Grounding
279 operation = EntityFactory.createDataProperty(URIUtils.createURI(URI + "operation"));
H A DOWLS_1_0DL.java242 public static OWLDataProperty operation; field in class:OWLS_1_0DL.Grounding
272 operation = EntityFactory.createDataProperty(URIUtils.createURI(URI + "operation"));
H A DOWLS_1_1.java346 public static OWLDataProperty operation; field in class:OWLS_1_1.Grounding
376 operation = EntityFactory.createDataProperty(URIUtils.createURI(URI + "operation"));
H A DOWLS_1_2.java346 public static OWLDataProperty operation; field in class:OWLS_1_2.Grounding
376 operation = EntityFactory.createDataProperty(URIUtils.createURI(URI + "operation"));
/owl-s/lib/axis/
H A Daxis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ...
H A Dwsdl4j.jar ... .BindingOperation { protected String name protected javax.wsdl.Operation operation protected javax.wsdl.BindingInput bindingInput protected javax ...
/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java978 URI opName = getGroundingURI(operationInfo, OWLS_1_0.Grounding.operation);

Completed in 21 milliseconds