Package de.gematik.epa.ps.endpoint
Class DocumentApiEndpoint
java.lang.Object
de.gematik.epa.api.impl.DocumentApiImpl
de.gematik.epa.ps.endpoint.DocumentApiEndpoint
- All Implemented Interfaces:
de.gematik.epa.api.DocumentsApi
Create an endpoint of the
It is autoconfigured through the cxf-spring-boot-starter-jaxrs, so no manual setup is required
DocumentsApi interface based on the DocumentApiImpl implementation.It is autoconfigured through the cxf-spring-boot-starter-jaxrs, so no manual setup is required
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentApiEndpoint(KonnektorContextProvider contextProvider, KonnektorInterfaceAssembly konnektorInterfaceAssembly, DefaultdataProvider defaultdataProvider) -
Method Summary
Methods inherited from class de.gematik.epa.api.impl.DocumentApiImpl
deleteObjects, find, getDocuments, putDocuments, replaceDocuments, signDocument
-
Constructor Details
-
DocumentApiEndpoint
public DocumentApiEndpoint(KonnektorContextProvider contextProvider, KonnektorInterfaceAssembly konnektorInterfaceAssembly, DefaultdataProvider defaultdataProvider)
-