Class CATServiceToolkit

java.lang.Object
org.dlese.dpc.serviceclients.cat.CATServiceToolkit

public class CATServiceToolkit extends Object
Author:
Jonathan Ostwald
  • Constructor Details

    • CATServiceToolkit

      public CATServiceToolkit()
    • CATServiceToolkit

      public CATServiceToolkit(String username, String password, String baseUrl)
      Constructor for the CATServiceToolkit object
      Parameters:
      username - username for authenticating to the CAT Web Service
      password - password for authenticating to the CAT Web Service
  • Method Details

    • getAllCatDocs

      public Map getAllCatDocs() throws Exception
      Throws:
      Exception
    • getSuggestions

      public List getSuggestions(CATRequestConstraints constraints) throws Exception
      Throws:
      Exception
    • pp

      protected static void pp(org.dom4j.Node node)
      Description of the Method
      Parameters:
      node - Description of the Parameter