java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.communication.ds.xml.r12.parsing.XmlSoapServiceDS
All Implemented Interfaces:
ISoapServiceDS, IReportingDS

public final class XmlSoapServiceDS extends ReportingDS implements ISoapServiceDS
Xml datasource implementation.
Since:
9.0
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: ISoapServiceDS
      This method returns the name of the webservice.
      Specified by:
      getName in interface ISoapServiceDS
      Returns:
      the name of the webservice, may not be null.
    • isWsiCompliant

      public boolean isWsiCompliant()
      Description copied from interface: ISoapServiceDS
      This method returns if the service is ws-i compliant.
      Specified by:
      isWsiCompliant in interface ISoapServiceDS
      Returns:
      The ws-i compliancy.
    • getSoapVersion

      public SoapVersion getSoapVersion()
      Description copied from interface: ISoapServiceDS
      This method returns the soapversion of the service.
      Specified by:
      getSoapVersion in interface ISoapServiceDS
      Returns:
      The soapversion of the service, may not be null.
    • getLocation

      public String getLocation()
      Description copied from interface: ISoapServiceDS
      This method returns the default url of the webservice.
      Specified by:
      getLocation in interface ISoapServiceDS
      Returns:
      The url of the webservice, may be null.
    • getSchemaSet

      public String getSchemaSet()
      Description copied from interface: ISoapServiceDS
      This method returns the corresponding schemaset, may not be null
      Specified by:
      getSchemaSet in interface ISoapServiceDS
      Returns:
      The name of the schema
    • iterateOperations

      public void iterateOperations(ISoapOperationVisitor visitor)
      Description copied from interface: ISoapServiceDS
      This methods visits the operations of the webservice.
      Specified by:
      iterateOperations in interface ISoapServiceDS
      Parameters:
      visitor - The visitor accepting soap operations