Interface IDomainSchemaVisitor

All Known Implementing Classes:
DomainSchemaVisitor, ReportingDomainSchemaVisitor

public interface IDomainSchemaVisitor
Since:
9.3
Author:
Arjan Pragt
  • Method Summary

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

    • addDomainSchema

      void addDomainSchema(IDomainSchemaDS datasource)
      This method adds a schemaset to the communication engine.
      Parameters:
      datasource - The datasource representing the domain schema, may not be null.
      Throws:
      InitializationException - Is thrown in case of an initialization error.