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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
changeMode
(String configurationFile) This method returns the correct Client adapted to the business casestatic CollectInternalClientFactory
Get the CollectInternalClientFactory instancestatic CollectInternalClientFactory
getInstance
(WorkFlowExecutionContext executionContext) Get the CollectInternalClientFactory instance for the given workflow execution contextMethods 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 CollectInternalClientFactory instance- Returns:
- the instance
-
getInstance
Get the CollectInternalClientFactory instance for the given workflow execution context- Parameters:
executionContext
- the workflow execution context- Returns:
- the instance
-
getClient
Description copied from interface:VitamClientFactoryInterface
This method returns the correct Client adapted to the business case- Returns:
- the Vitam client
-
changeMode
- Parameters:
configurationFile
- Generate MOCK vitamClientType for null configuration
-