DLESE Tools
v1.6.0

org.dlese.dpc.serviceclients.cat
Class CATServiceToolkit

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

public class CATServiceToolkit
extends Object

Author:
Jonathan Ostwald

Constructor Summary
CATServiceToolkit()
           
CATServiceToolkit(String username, String password, String baseUrl)
          Constructor for the CATServiceToolkit object
 
Method Summary
 Map getAllCatDocs()
           
 List getSuggestions(CATRequestConstraints constraints)
           
protected static void pp(Node node)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

getAllCatDocs

public Map getAllCatDocs()
                  throws Exception
Throws:
Exception

getSuggestions

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

pp

protected static void pp(Node node)
Description of the Method

Parameters:
node - Description of the Parameter

DLESE Tools
v1.6.0