Class ArchiveClientImpl
java.lang.Object
com.lexmark.saperion.client.implementation.archive.ArchiveClientImpl
- All Implemented Interfaces:
ArchiveClient
This is the default implementation of
ArchiveClient
.- Author:
- jschwarz
-
Constructor Summary
ConstructorsConstructorDescriptionArchiveClientImpl
(com.lexmark.saperion.archive.ArchiveService archiveService, com.lexmark.saperion.archive.ArchiveReferenceType reference) -
Method Summary
Modifier and TypeMethodDescriptioncom.lexmark.saperion.archive.ArchiveType
load()
This method loads the archive this client is bound to from the backend.
-
Constructor Details
-
ArchiveClientImpl
public ArchiveClientImpl(com.lexmark.saperion.archive.ArchiveService archiveService, com.lexmark.saperion.archive.ArchiveReferenceType reference)
-
-
Method Details
-
load
public com.lexmark.saperion.archive.ArchiveType load() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:ArchiveClient
This method loads the archive this client is bound to from the backend.- Specified by:
load
in interfaceArchiveClient
- Returns:
- archive this client is bound to
- Throws:
com.lexmark.saperion.exceptions.EcmException
-