Interface ISoapContractVisitor

All Known Implementing Classes:
ReportingSoapServiceContractVisitor, SoapServiceContractVisitor

public interface ISoapContractVisitor
Visitor to add soap service contracts to the communication engine datasource.
Since:
9.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds a soap service contract to the communication engine.
  • Method Details

    • addSoapContract

      void addSoapContract(ISoapContractDS datasource)
      Adds a soap service contract to the communication engine.
      Parameters:
      datasource - Datasource of the soap service contract, may not be null.
      Throws:
      InitializationException - Is thrown when the datasource could not be read.