Class ReportingServiceCallVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.portal.report.ReportingServiceCallVisitor
All Implemented Interfaces:
IServiceCallVisitor

public class ReportingServiceCallVisitor extends ReportingVisitorDS implements IServiceCallVisitor
IServiceCallVisitor implementation that adds error reporting.
Since:
7.0
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • addServiceCall

      public void addServiceCall(IServiceCallDS datasource)
      Description copied from interface: IServiceCallVisitor
      This method should be invoked by the data-source implementation to notify the portal engine of the existence of a service call. The method should be invoked for each service call.
      Specified by:
      addServiceCall in interface IServiceCallVisitor
      Parameters:
      datasource - The service call datasource.