com.ca.dso.itpam.webservice.client
Class ItpamWebServiceClientFactory
java.lang.Object
com.ca.dso.itpam.webservice.client.ItpamWebServiceClientFactory
public class ItpamWebServiceClientFactory
- extends java.lang.Object
Field Summary |
static java.lang.String |
CACOPYRIGHT
Public string constant required by CA |
Method Summary |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CACOPYRIGHT
public static final java.lang.String CACOPYRIGHT
- Public string constant required by CA
- See Also:
- Constant Field Values
ItpamWebServiceClientFactory
public ItpamWebServiceClientFactory()
- Constructor
getInstanceOf
public ItpamWebServiceClient getInstanceOf(java.lang.String strTargetEndpointVersion,
java.lang.String strTargetEndpointURI,
java.lang.String strUser,
java.lang.String strPassword)
throws ItpamWebServiceClientFactory.ItpamWebServiceClientFactoryException
- Instantiates and returns instance of appropriate web service based on
specified target end point version.
- Parameters:
strTargetEndpointVersion
- - String set to target ITPAM versionstrTargetEndpointURI
- - 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 password
- Returns:
- - ItpamWebServiceClient wrapper for version appropriate ITPAM web
service
- Throws:
ItpamWebServiceClientFactory.ItpamWebServiceClientFactoryException