Class ReportingServiceVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.project.report.ReportingServiceVisitor
All Implemented Interfaces:
IServiceVisitor

public class ReportingServiceVisitor extends ReportingVisitorDS implements IServiceVisitor
Service visitor wrapper that intercepts initialization errors and adds them to the report.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • addService

      public void addService(IServiceDS datasource)
      Description copied from interface: IServiceVisitor
      This method should be invoked for each service definition that should be added.
      Specified by:
      addService in interface IServiceVisitor
      Parameters:
      datasource - Data source providing the information needed to initialize a service definition.