Interface Report

All Known Subinterfaces:
QualifiedReport

public interface Report
Represents a known report type, is delegated to by the ReportHandler
Author:
brad
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the report, as used in REPORT requests
    process(String host, String path, Resource r, org.jdom2.Document doc)
    Process the requested report body, and return a document containing the response body.