Package com.hp.ucmdb.api
Interface UcmdbServiceFactory.HttpBootstrap
- Enclosing class:
- UcmdbServiceFactory
public static interface UcmdbServiceFactory.HttpBootstrap
Internal implementation.
-
Method Summary
Modifier and TypeMethodDescriptiongetServiceProviderFactory
(URL serverURL, Properties connectionProperties, String clientVersion) getServiceProviderFactory
(URL serverURL, Properties connectionProperties, String clientVersion, Proxy proxy) getServiceProviderFactory
(URL serverURL, Properties connectionProperties, String clientVersion, Proxy proxy, SSLContext asd) getServiceProviderFactory
(URL serverURL, Properties connectionProperties, String version, SSLContext asd)
-
Method Details
-
getServiceProviderFactory
UcmdbServiceFactory.HttpUcmdbServiceProviderFactory getServiceProviderFactory(URL serverURL, Properties connectionProperties, String clientVersion) throws IncompatibleVersionException - Throws:
IncompatibleVersionException
-
getServiceProviderFactory
UcmdbServiceFactory.HttpUcmdbServiceProviderFactory getServiceProviderFactory(URL serverURL, Properties connectionProperties, String clientVersion, Proxy proxy) throws IncompatibleVersionException - Throws:
IncompatibleVersionException
-
getServiceProviderFactory
UcmdbServiceFactory.HttpUcmdbServiceProviderFactory getServiceProviderFactory(URL serverURL, Properties connectionProperties, String version, SSLContext asd) throws IncompatibleVersionException - Throws:
IncompatibleVersionException
-
getServiceProviderFactory
UcmdbServiceFactory.HttpUcmdbServiceProviderFactory getServiceProviderFactory(URL serverURL, Properties connectionProperties, String clientVersion, Proxy proxy, SSLContext asd) throws IncompatibleVersionException - Throws:
IncompatibleVersionException
-