java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.communication.ds.xml.r12.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 Link icon

  • Method Details Link icon

    • getName Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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.