Interface CollectorStub
public interface CollectorStub
A local interface to the resource discovery service.
-
Method Summary
-
Method Details
-
execute
Executes an XQuery expression.- Parameters:
query- the XQuery expression to execute- Returns:
- the results of the query as a string
- Throws:
MalformedQueryException- if the provided query is malformedjakarta.xml.ws.soap.SOAPFaultException- if an error occurs during query execution
-