Class XmlReportAggregator

java.lang.Object
com.itextpdf.signatures.validation.report.xml.XmlReportAggregator
All Implemented Interfaces:
IEventHandler

public class XmlReportAggregator extends Object implements IEventHandler
Use this implementation when an xml report has to be created.
  • Constructor Details

    • XmlReportAggregator

      public XmlReportAggregator()
      Instantiates a new AdESReportEventListener instance.
  • Method Details

    • getReport

      public PadesValidationReport getReport()
      Returns the generated PadesValidationReport.
      Returns:
      the generated PadesValidationReport
    • onEvent

      public void onEvent (IEvent rawEvent)
      Handles the event.
      Specified by:
      onEvent in interface IEventHandler
      Parameters:
      rawEvent - to handle