Class XmlServiceCallDS

java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.portal.ds.xml.r17.parsing.XmlServiceCallDS
All Implemented Interfaces:
IReportingDS, IServiceCallDS

public class XmlServiceCallDS extends ReportingDS implements IServiceCallDS
Xml datasource implementation.
Since:
7.3
Author:
Danny Roest
  • Constructor Details

  • Method Details

    • getCallName

      public String getCallName()
      Description copied from interface: IServiceCallDS
      This method returns the service call name.
      Specified by:
      getCallName in interface IServiceCallDS
      Returns:
      The service call name, never null.
    • getTypeName

      public String getTypeName()
      Description copied from interface: IServiceCallDS
      This method returns the service type name.
      Specified by:
      getTypeName in interface IServiceCallDS
      Returns:
      The service type name, never null.
    • iterateExitEvents

      public void iterateExitEvents(IExitEventVisitor visitor)
      Description copied from interface: IServiceCallDS
      This method will be invoked to allow the data source to register all the exit events.
      Specified by:
      iterateExitEvents in interface IServiceCallDS
      Parameters:
      visitor - The visitor that should be used to add the exit events to.
    • iterateParameters

      public void iterateParameters(IParameterVisitor visitor)
      Description copied from interface: IServiceCallDS
      This method should iterate over all the service parameters and invoke the visitor for each parameter that should be added.
      Specified by:
      iterateParameters in interface IServiceCallDS
      Parameters:
      visitor - The visitor that should be used to add parameters to.