public class ItpamWebServiceClientFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ItpamWebServiceClientFactory.ItpamWebServiceClientFactoryException
Exception class instantiated and thrown when an exception is detected.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CACOPYRIGHT
Public string constant required by CA
|
Constructor and Description |
---|
ItpamWebServiceClientFactory()
Constructor
|
Modifier and Type | Method and Description |
---|---|
ItpamWebServiceClient |
getInstanceOf(java.lang.String strTargetEndpointVersion,
java.lang.String strTargetEndpointURI,
java.lang.String strUser,
java.lang.String strPassword)
Instantiates and returns instance of appropriate web service based on
specified target end point version.
|
public static final java.lang.String CACOPYRIGHT
public ItpamWebServiceClient getInstanceOf(java.lang.String strTargetEndpointVersion, java.lang.String strTargetEndpointURI, java.lang.String strUser, java.lang.String strPassword) throws ItpamWebServiceClientFactory.ItpamWebServiceClientFactoryException
strTargetEndpointVersion
- - String set to target ITPAM version (optional)strTargetEndpointURI
- - String set to URI of target ITPAM web servicestrUser
- - String set to ITPAM user authorized to invoke required
web service methodsstrPassword
- - String set ITPAM decrypted ITPAM user passwordItpamWebServiceClientFactory.ItpamWebServiceClientFactoryException