Uses of Class
fr.gouv.vitam.common.external.client.VitamClientFactory
Package
Description
Provides
Provides Collect client interface, factory and implementations.
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
Provides Ingest External Client interface, factory and implementations.
-
Uses of VitamClientFactory in fr.gouv.vitam.access.external.client
Modifier and TypeClassDescriptionclass
Access External Client Factory
Used to create access client : if configuration file does not exist 'access-external-client.conf',
mock access client will be returnedclass
Admin External Client Factory
Used to create admin external client : if configuration file does not exist 'access-external-client.conf',
mock access client will be returned -
Uses of VitamClientFactory in fr.gouv.vitam.access.external.client.v2
Modifier and TypeClassDescriptionclass
Access External Client Factory
Used to create access client : if configuration file does not exist 'access-external-client.conf',
mock access client will be returned -
Uses of VitamClientFactory in fr.gouv.vitam.collect.external.client
Modifier and TypeClassDescriptionclass
Collect Client Factory class. -
Uses of VitamClientFactory in fr.gouv.vitam.common.external.client
Modifier and TypeClassDescriptionclass
TestVitamClientFactory<T extends BasicClient>
Default VitamClientFactory for Test purpose onlyModifier and TypeMethodDescriptionVitamClientFactory.setVitamClientType
(VitamClientFactoryInterface.VitamClientType vitamClientType) -
Uses of VitamClientFactory in fr.gouv.vitam.ingest.external.client
Modifier and TypeClassDescriptionclass
Ingest external client factory use to get client by type "rest" or "mock"