Class AbstractSchemaProviderImpl

  • All Implemented Interfaces:
    SchemaProvider

    public abstract class AbstractSchemaProviderImpl
    extends Object
    implements SchemaProvider
    default implementation of SchemaProvider. Applications can use this class as the base class of their own SchemaProvider.
    • Field Detail

      • schemata

        protected final Map schemata
        a map from primary namespace to IslandSchema.
    • Constructor Detail

      • AbstractSchemaProviderImpl

        public AbstractSchemaProviderImpl()