public class CATServiceToolkit
extends java.lang.Object
Constructor and Description |
---|
CATServiceToolkit() |
CATServiceToolkit(java.lang.String username,
java.lang.String password,
java.lang.String baseUrl)
Constructor for the CATServiceToolkit object
|
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getAllCatDocs() |
java.util.List |
getSuggestions(CATRequestConstraints constraints) |
protected static void |
pp(org.dom4j.Node node)
Description of the Method
|
public CATServiceToolkit()
public CATServiceToolkit(java.lang.String username, java.lang.String password, java.lang.String baseUrl)
username
- username for authenticating to the CAT Web Servicepassword
- password for authenticating to the CAT Web Servicepublic java.util.Map getAllCatDocs() throws java.lang.Exception
java.lang.Exception
public java.util.List getSuggestions(CATRequestConstraints constraints) throws java.lang.Exception
java.lang.Exception
protected static void pp(org.dom4j.Node node)
node
- Description of the Parameter