Interface CollectorStub
-
public interface CollectorStubA local interface to the resource discovery service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringexecute(String query)Executes aQueryStub.
-
-
-
Method Detail
-
execute
String execute(String query) throws MalformedQueryException
Executes aQueryStub.- Parameters:
query- the query- Returns:
- the query results
- Throws:
MalformedQueryException- if the query is malformedjakarta.xml.ws.soap.SOAPFaultException- if the query cannot be executed
-
-