Uses of Class
de.xima.fc.prompt.ms.impl.service.generic_oai.client.GenericOaiClient
Packages that use GenericOaiClient
Package
Description
Contains the internal logic needed to implement the Generic OAI prompt service handler.
-
Uses of GenericOaiClient in de.xima.fc.prompt.ms.impl.service.generic_oai.client
Methods in de.xima.fc.prompt.ms.impl.service.generic_oai.client that return GenericOaiClientModifier and TypeMethodDescriptionstatic GenericOaiClientGenericOaiClient.newClient(GenericOaiClientConfig config) Creates a new Generic OAI client instance with the provided configuration. -
Uses of GenericOaiClient in de.xima.fc.prompt.ms.impl.service.generic_oai.service.logic
Methods in de.xima.fc.prompt.ms.impl.service.generic_oai.service.logic that return GenericOaiClientModifier and TypeMethodDescriptionGenericOaiClientFactory.newClient(GenericOaiClientKey key, GenericOaiFileStorage fileStorage) Creates a new Generic OAI client instance with the provided key and file storage.