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, waitMethods inherited from interface no.digipost.api.client.archive.ArchiveApi.ArchivingDocuments
addFile
-
Constructor Details
-
PerformingArchivingDocuments
-
-
Method Details
-
addFile
Description copied from interface:ArchiveApi.ArchivingDocumentsLaster opp innhold til et dokument.- Specified by:
addFilein interfaceArchiveApi.ArchivingDocuments- Returns:
- videre operasjoner for å fullføre leveransen.
-
send
Description copied from interface:ArchiveApi.ArchivingDocumentsSender forsendelsen.- Specified by:
sendin interfaceArchiveApi.ArchivingDocuments
-