Interface ISchemaSetVisitor

All Known Implementing Classes:
ReportingSchemaSetVisitor, SchemaSetVisitor

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

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

    • addSchemaSet

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