Class ArchiveClientImpl
- java.lang.Object
-
- com.lexmark.saperion.client.implementation.archive.ArchiveClientImpl
-
- All Implemented Interfaces:
ArchiveClient
public class ArchiveClientImpl extends java.lang.Object implements ArchiveClient
This is the default implementation ofArchiveClient
.- Author:
- jschwarz
-
-
Constructor Summary
Constructors Constructor Description ArchiveClientImpl(com.lexmark.saperion.archive.ArchiveService archiveService, com.lexmark.saperion.archive.ArchiveReferenceType reference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.archive.ArchiveType
load()
This method loads the archive this client is bound to from the backend.
-
-
-
Method Detail
-
load
public com.lexmark.saperion.archive.ArchiveType load() throws com.lexmark.saperion.exceptions.EcmException
Description 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
-
-