Package | Description |
---|---|
fr.gouv.vitam.access.external.client |
Provides
|
fr.gouv.vitam.common.external.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.ingest.external.client |
Provides Ingest External Client interface, factory and implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessExternalClientFactory
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 |
class |
AdminExternalClientFactory
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 |
Modifier and Type | Class and Description |
---|---|
class |
TestVitamClientFactory<T extends BasicClient>
Default VitamClientFactory for Test purpose only
|
Modifier and Type | Method and Description |
---|---|
VitamClientFactory<T> |
VitamClientFactory.setVitamClientType(VitamClientFactoryInterface.VitamClientType vitamClientType) |
Modifier and Type | Class and Description |
---|---|
class |
IngestExternalClientFactory
Ingest external client factory use to get client by type "rest" or "mock"
|
Copyright © 2018 Vitam. All rights reserved.