Class ExportServiceImpl

All Implemented Interfaces:
LockssConfigurableService

@MTOM @Service public class ExportServiceImpl extends BaseServiceImpl
The Export SOAP web service implementation.
  • Constructor Details

    • ExportServiceImpl

      public ExportServiceImpl()
  • Method Details

    • createExportFiles

      public org.lockss.ws.entities.ExportServiceWsResult createExportFiles(org.lockss.ws.entities.ExportServiceParams exportParam) throws org.lockss.ws.entities.LockssWebServicesFault
      Exports an Archival Unit.
      Parameters:
      exportParam - An ExportServiceParams with the parameters of the export operation.
      Returns:
      a ExportServiceWsResult with the result of the export operation.
      Throws:
      org.lockss.ws.entities.LockssWebServicesFault - if there are problems.