java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.communication.ds.xml.r17.parsing.XmlWsdlDS
All Implemented Interfaces:
IWsdlDS, IReportingDS

public final class XmlWsdlDS extends ReportingDS implements IWsdlDS
Xml datasource implementation.
Since:
9.0
Author:
Arjan Pragt
  • Constructor Details

  • Method Details

    • getName

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

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

      public String[] getIncludes()
      Description copied from interface: IWsdlDS
      This method returns the wsdl includes of the wsdl.
      Specified by:
      getIncludes in interface IWsdlDS
      Returns:
      The names of the includes, may not be null.
    • getContent

      public byte[] getContent()
      Description copied from interface: IWsdlDS
      This method returns the byte content of the wsdl file.
      Specified by:
      getContent in interface IWsdlDS
      Returns:
      The byte content of the wsdl file, may be null.