java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.r17.parsing.XmlServiceDS
All Implemented Interfaces:
IReportingDS, IServiceDS

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

  • Method Details

    • getName

      public String getName()
      Description copied from interface: IServiceDS
      This method returns the unique name of the service.
      Specified by:
      getName in interface IServiceDS
      Returns:
      The unique name of the service.
    • getExitEvents

      public String[] getExitEvents()
      Description copied from interface: IServiceDS
      This method should return all the event types that could be returned by this service.
      Specified by:
      getExitEvents in interface IServiceDS
      Returns:
      The event type names, never null, but could be an empty array.
    • iterateParameters

      public void iterateParameters(IParameterVisitor visitor)
      Description copied from interface: IServiceDS
      This method should iterate over all the parameters of the component and add them to the visitor.
      Specified by:
      iterateParameters in interface IServiceDS
      Parameters:
      visitor - The visitor that should be used to add the parameters to.