Class MetaExtractService

java.lang.Object
org.dlese.dpc.serviceclients.metaextract.MetaExtractService

public class MetaExtractService extends Object
Author:
Jonathan Ostwald
  • Field Details

  • Constructor Details

    • MetaExtractService

      public MetaExtractService(String username, String password)
      Constructor for the MetaExtractService object
      Parameters:
      username - NOT YET DOCUMENTED
      password - NOT YET DOCUMENTED
  • Method Details

    • getMethod

      protected String getMethod()
    • getResponse

      public org.dom4j.Document getResponse(String href) throws Exception
      Submit a request to the CAT service and return the response as a Document
      Parameters:
      contraints - query parameters as key/value pairs
      Returns:
      The response value
      Throws:
      Exception - NOT YET DOCUMENTED
    • getErrorMsg

      protected String getErrorMsg(org.dom4j.Element errorElement)
      Gets the errorMsg attribute of the MetaExtractService object
      Parameters:
      errorElement - NOT YET DOCUMENTED
      Returns:
      The errorMsg value
    • main

      public static void main(String[] args)
    • pp

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