Interface CollectorStub


public interface CollectorStub
A local interface to the resource discovery service.
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(String query)
    Executes an XQuery expression.
  • Method Details

    • execute

      String execute(String query) throws MalformedQueryException
      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 malformed
      jakarta.xml.ws.soap.SOAPFaultException - if an error occurs during query execution