Class OutboundChannelConfigurationAuditReportBuilder

  • All Implemented Interfaces:
    AuditReportBuilder

    public class OutboundChannelConfigurationAuditReportBuilder
    extends AbstractAuditReportBuilder
    A audit report builder that is specialized on OutboundChannelConfiguration object.
    • Constructor Detail

      • OutboundChannelConfigurationAuditReportBuilder

        public OutboundChannelConfigurationAuditReportBuilder()
    • Method Detail

      • traversePayload

        public void traversePayload​(java.util.Map eachPayload)
        Payloads will be sent to AuditReportBuilderTemplate and shown in a html file. Each payload has the structure described in outboundsyncbackoffice-OutboundChannelConfiguration-audit.xml which the logic in this class is based on . Each payload will go through this method. This class is meant to reformat the payload for better readability. Each payload is represented by a Map. Its attribute could be string, map or list.
        Specified by:
        traversePayload in class AbstractAuditReportBuilder