initialize(configData)
![]() |
configData - a map with key-value pairs of configuration data required by the callout.
|
public void initialize(Map<String, String> configurationData) throws CalloutException
{
// configurationData has the key-value pairs specific to the environment
// the server is running in
// initialize scoreQueryUtility here
}
Copyright IBM Corporation 2014. All Rights Reserved.
|