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 SummaryConstructorsConstructorDescriptionArchiveClientImpl(com.lexmark.saperion.archive.ArchiveService archiveService, com.lexmark.saperion.archive.ArchiveReferenceType reference) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.lexmark.saperion.archive.ArchiveTypeload()This method loads the archive this client is bound to from the backend.
- 
Constructor Details- 
ArchiveClientImplpublic ArchiveClientImpl(com.lexmark.saperion.archive.ArchiveService archiveService, com.lexmark.saperion.archive.ArchiveReferenceType reference) 
 
- 
- 
Method Details- 
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
 
 
-