Class TypeSystemHolder

  • All Implemented Interfaces:
    SchemaTypeLoader, SchemaTypeSystem

    public final class TypeSystemHolder
    extends SchemaTypeSystemImpl
    This class is the hook which causes the SchemaTypeSystem to be loaded when a generated class is used. It isn't used by the runtime directly, instead this class is used by the schema compiler as a template class. By using a template class, the SchemaTypeSystemImpl can create all the binary files required without needing to rely on javac. The generated source still requires a java compiler.
    See Also:
    SchemaTypeSystemImpl.save(org.apache.xmlbeans.Filer)