Class ReportingXsdDS

java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.communication.report.ReportingXsdDS
All Implemented Interfaces:
IXsdDS, IReportingDS

public final class ReportingXsdDS extends ReportingDS implements IXsdDS
Datasource implementation that adds error reporting.
Since:
9.0
Author:
Arjan Pragt
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: IXsdDS
      This method returns the name of the schema.
      Specified by:
      getName in interface IXsdDS
      Returns:
      The schema name, may not be null.
    • getTargetNamespace

      public String getTargetNamespace()
      Description copied from interface: IXsdDS
      This method returns the target namespace of the schema.
      Specified by:
      getTargetNamespace in interface IXsdDS
      Returns:
      The target namespace of the schema, may be null.
    • getIncludes

      public String[] getIncludes()
      Description copied from interface: IXsdDS
      This method returns the list of includes of the schema.
      Specified by:
      getIncludes in interface IXsdDS
      Returns:
      an array of the included names, may not be null.
    • getContent

      public byte[] getContent()
      Description copied from interface: IXsdDS
      This method returns the actual xsd content of the schema.
      Specified by:
      getContent in interface IXsdDS
      Returns:
      the bytes of the xsd content, may be null.