Interface ISoapServiceVisitor

All Known Implementing Classes:
ReportingSoapServiceVisitor, SoapServiceVisitor

public interface ISoapServiceVisitor
Since:
9.0
Author:
Arjan Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method adds a soapservice to the communication engine.
  • Method Details

    • addSoapService

      void addSoapService(ISoapServiceDS datasource)
      This method adds a soapservice to the communication engine.
      Parameters:
      datasource - The datasource representing the soapservice, may not be null
      Throws:
      InitializationException - This exception is thrown when the soapservice could not be initialized with the provided data source.