Class CollectInternalClientFactory
java.lang.Object
fr.gouv.vitam.common.client.VitamClientFactory<CollectInternalClient>
fr.gouv.vitam.collect.internal.client.CollectInternalClientFactory
- All Implemented Interfaces:
VitamClientFactoryInterface<CollectInternalClient>
Collect Client Factory class. Provide a rest or a mock version of the client
-
Nested Class Summary
Nested classes/interfaces inherited from interface fr.gouv.vitam.common.client.VitamClientFactoryInterface
VitamClientFactoryInterface.VitamClientType
-
Field Summary
Fields inherited from class fr.gouv.vitam.common.client.VitamClientFactory
clientConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
changeMode
(String configurationFile) This method returns the correct Client adapted to the business casestatic CollectInternalClientFactory
Get the AccessClientFactory instanceMethods inherited from class fr.gouv.vitam.common.client.VitamClientFactory
changeResourcePath, changeServerPort, disableUseAuthorizationFilter, enableUseAuthorizationFilter, getClientConfiguration, getDefaultConfigCient, getDefaultConfigCient, getHttpClient, getHttpClient, getResourcePath, getServiceUrl, getVitamClientType, getVitamThreadPoolExecutor, initialisation, isAllowGzipDecoded, isAllowGzipEncoded, resetConnections, resume, setGzipdecoded, setGzipEncoded, setVitamClientType, shutdown, toString
-
Constructor Details
-
CollectInternalClientFactory
protected CollectInternalClientFactory()
-
-
Method Details
-
getInstance
Get the AccessClientFactory instance- Returns:
- the instance
-
changeMode
- Parameters:
configurationFile
- Generate MOCK vitamClientType for null configuration
-
getClient
Description copied from interface:VitamClientFactoryInterface
This method returns the correct Client adapted to the business case- Returns:
- the Vitam client
-