Class CounterReportsServiceImpl

java.lang.Object
org.lockss.ws.reports.CounterReportsServiceImpl
All Implemented Interfaces:
CounterReportsService

@MTOM @Service public class CounterReportsServiceImpl extends Object implements CounterReportsService
The COUNTER Reports SOAP web service implementation.
  • Constructor Details

    • CounterReportsServiceImpl

      public CounterReportsServiceImpl()
  • Method Details

    • getCounterReport

      public org.lockss.ws.entities.CounterReportResult getCounterReport(org.lockss.ws.entities.CounterReportParams reportParams) throws org.lockss.ws.entities.LockssWebServicesFault
      Provides a COUNTER report.
      Specified by:
      getCounterReport in interface CounterReportsService
      Parameters:
      reportParams - A CounterReportParams with the parameters of the requested COUNTER report.
      Returns:
      a CounterReportResult with the requested COUNTER report.
      Throws:
      org.lockss.ws.entities.LockssWebServicesFault - if there are problems.