Package org.lockss.ws.reports
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.lockss.ws.entities.CounterReportResultgetCounterReport(org.lockss.ws.entities.CounterReportParams reportParams) Provides a COUNTER report.
-
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:
getCounterReportin interfaceCounterReportsService- 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.
-