Class PerformingArchivingDocuments
- java.lang.Object
-
- no.digipost.api.client.internal.delivery.PerformingArchivingDocuments
-
- All Implemented Interfaces:
ArchiveApi.ArchivingDocuments
public class PerformingArchivingDocuments extends Object implements ArchiveApi.ArchivingDocuments
-
-
Constructor Summary
Constructors Constructor Description PerformingArchivingDocuments(Archive archive, ArchiveDeliverer archiveDeliverer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchiveApi.ArchivingDocuments
addFile(ArchiveDocument document, InputStream content)
Laster opp innhold til et dokument.Archive
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 Detail
-
PerformingArchivingDocuments
public PerformingArchivingDocuments(Archive archive, ArchiveDeliverer archiveDeliverer)
-
-
Method Detail
-
addFile
public ArchiveApi.ArchivingDocuments addFile(ArchiveDocument document, InputStream content)
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
public Archive send()
Description copied from interface:ArchiveApi.ArchivingDocuments
Sender forsendelsen.- Specified by:
send
in interfaceArchiveApi.ArchivingDocuments
-
-