Package org.dlese.dpc.serviceclients.cat
Class GetStandard
java.lang.Object
org.dlese.dpc.serviceclients.cat.CATWebService
org.dlese.dpc.serviceclients.cat.GetStandard
- Author:
- Jonathan Ostwald
-
Field Summary
Fields inherited from class org.dlese.dpc.serviceclients.cat.CATWebService
baseUrl, password, username -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the GetStandard objectGetStandard(String username, String password, String baseUrl) Constructor for the GetStandard object supplying username, password and baseUrl -
Method Summary
Methods inherited from class org.dlese.dpc.serviceclients.cat.CATWebService
getErrorMsg, getResponse, getResponse, pp
-
Constructor Details
-
GetStandard
public GetStandard()Constructor for the GetStandard object -
GetStandard
Constructor for the GetStandard object supplying username, password and baseUrl- Parameters:
username- the client usernamepassword- the client passwordbaseUrl- the service baseUrl
-
-
Method Details
-
getMethod
returns "getStandards"- Specified by:
getMethodin classCATWebService- Returns:
- The method value
-
get
- Parameters:
identifier- id of standard to get- Returns:
- CATStandard instance for specified id
- Throws:
Exception
-
main
The main program for the GetStandard class- Parameters:
args- The command line arguments
-