Interface ISchemaContractVisitor

All Known Implementing Classes:
ReportingSchemaContractVisitor, SchemaContractVisitor

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

    Modifier and Type
    Method
    Description
    void
    Adds an XML contract to the communication engine.
  • Method Details

    • addSchemaContract

      void addSchemaContract(ISchemaContractDS datasource)
      Adds an XML contract to the communication engine.
      Parameters:
      datasource - Datasource of the xml contract, may not be null.
      Throws:
      InitializationException - Is thrown when the datasource could not be read.