Interface ICustomSchemaElementFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultCustomSchemaElementFactory, LinkedCustomSchemaElementFactory

public interface ICustomSchemaElementFactory extends Serializable
Factory interface that is able to create custom schema elements for the communication engine.
Since:
9.0
Author:
Jon van Leuven
  • Method Details

    • getCustomSchemaElement

      ICustomSchemaElement getCustomSchemaElement(String name)
      This method returns the custom schema element implementation for the given name.
      Parameters:
      name - The name, may not be null.
      Returns:
      The implementation, never null.
      Throws:
      UnknownCustomSchemaElement - Is thrown when there is no implementation available for the given name.