Class PerformingArchivingDocuments
java.lang.Object
no.digipost.api.client.internal.delivery.PerformingArchivingDocuments
- All Implemented Interfaces:
ArchiveApi.ArchivingDocuments
-
Constructor Summary
ConstructorsConstructorDescriptionPerformingArchivingDocuments
(Archive archive, ArchiveDeliverer archiveDeliverer) -
Method Summary
Modifier and TypeMethodDescriptionaddFile
(ArchiveDocument document, InputStream content) Laster opp innhold til et dokument.send()
Sender forsendelsen.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface no.digipost.api.client.archive.ArchiveApi.ArchivingDocuments
addFile
-
Constructor Details
-
PerformingArchivingDocuments
-
-
Method Details
-
addFile
Description copied from interface:ArchiveApi.ArchivingDocuments
Laster opp innhold til et dokument.- Specified by:
addFile
in interfaceArchiveApi.ArchivingDocuments
- Returns:
- videre operasjoner for å fullføre leveransen.
-
send
Description copied from interface:ArchiveApi.ArchivingDocuments
Sender forsendelsen.- Specified by:
send
in interfaceArchiveApi.ArchivingDocuments
-