org.weblab_project.services.reportprovider
Interface ReportProvider


public interface ReportProvider

The report provider interface will be used to define services that can produce reports. These services will be, in most of the cases, parametrisable: they will realised configurable interface. This will enable the reporting to be dependent of the usage context. This class was generated by the JAX-WS RI. JAX-WS RI 2.1.7-b01- Generated source version: 2.1


Method Summary
 AddInformationReturn addInformation(AddInformationArgs args)
          Add a resource to be reported given a usage context.
 BuildReportReturn buildReport(BuildReportArgs args)
          Build the report on the previously added resources, given a usage context.
 

Method Detail

addInformation

AddInformationReturn addInformation(AddInformationArgs args)
                                    throws AddInformationException
Add a resource to be reported given a usage context.

Parameters:
args -
Returns:
returns org.weblab_project.services.reportprovider.types.AddInformationReturn
Throws:
AddInformationException

buildReport

BuildReportReturn buildReport(BuildReportArgs args)
                              throws BuildReportException
Build the report on the previously added resources, given a usage context.

Parameters:
args -
Returns:
returns org.weblab_project.services.reportprovider.types.BuildReportReturn
Throws:
BuildReportException


Copyright © 2004-2010. All Rights Reserved.