Interface IWsdlDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
ReportingWsdlDS, XmlWsdlDS, XmlWsdlDS

public interface IWsdlDS extends IReportingDS
This interface defines a wsdl.
Since:
9.0
Author:
Arjan Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    This method returns the byte content of the wsdl file.
    This method returns the wsdl includes of the wsdl.
    This method returns the name of the wsdl.
    This method returns the target namespace of the wsdl.

    Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • getName

      String getName()
      This method returns the name of the wsdl.
      Returns:
      The name of the wsdl, may not be null.
    • getTargetNamespace

      String getTargetNamespace()
      This method returns the target namespace of the wsdl.
      Returns:
      The target namespace of the wsdl, may be null.
    • getIncludes

      String[] getIncludes()
      This method returns the wsdl includes of the wsdl.
      Returns:
      The names of the includes, may not be null.
    • getContent

      byte[] getContent()
      This method returns the byte content of the wsdl file.
      Returns:
      The byte content of the wsdl file, may be null.