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 SummaryConstructors Constructor Description ArchiveClientImpl(com.lexmark.saperion.archive.ArchiveService archiveService, com.lexmark.saperion.archive.ArchiveReferenceType reference)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.archive.ArchiveTypeload()This method loads the archive this client is bound to from the backend.
 
- 
- 
- 
Method Detail- 
loadpublic com.lexmark.saperion.archive.ArchiveType load() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:ArchiveClientThis method loads the archive this client is bound to from the backend.- Specified by:
- loadin interface- ArchiveClient
- Returns:
- archive this client is bound to
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
 
- 
 
-