Class ArchiveClientImpl

java.lang.Object
com.lexmark.saperion.client.implementation.archive.ArchiveClientImpl
All Implemented Interfaces:
ArchiveClient

public class ArchiveClientImpl extends Object implements ArchiveClient
This is the default implementation of ArchiveClient.
Author:
jschwarz
  • Constructor Summary

    Constructors
    Constructor
    Description
    ArchiveClientImpl(com.lexmark.saperion.archive.ArchiveService archiveService, com.lexmark.saperion.archive.ArchiveReferenceType reference)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.lexmark.saperion.archive.ArchiveType
    This method loads the archive this client is bound to from the backend.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.EcmException
      Description copied from interface: ArchiveClient
      This method loads the archive this client is bound to from the backend.
      Specified by:
      load in interface ArchiveClient
      Returns:
      archive this client is bound to
      Throws:
      com.lexmark.saperion.exceptions.EcmException