Interface IDomainSchemaRegistry

All Known Subinterfaces:
ICommunicationEngine
All Known Implementing Classes:
CommunicationEngine

public interface IDomainSchemaRegistry
Interface for exposing the domain schema registry used for inserting a domain schema into another domain schema
Since:
10.3
Author:
Emoke Olti
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the definition of a domain schema for the specified name.
  • Method Details

    • getDomainSchema

      IDomainSchemaDefinition getDomainSchema(String name)
      This method returns the definition of a domain schema for the specified name.
      Parameters:
      name - The name of the domain schema requested (case insensitive), not null.
      Returns:
      The Data contract definition, never null.
      Throws:
      UnknownDomainSchemaException - Is thrown when there is no definition for the provided name.