Class AbstractInternalContext

  • All Implemented Interfaces:
    InternalContext
    Direct Known Subclasses:
    BackwardCompatibilityContext

    public abstract class AbstractInternalContext
    extends java.lang.Object
    implements InternalContext
    The internal context is meant as center piece providing (and keeping) all information that is required by Marshaller, Unmarshaller, SourceGenerator, MappingTool, SchemaReader and SchemaWriter. It is created, filled with initial data and put into all other parts of Castor by XMLContext. It is NOT meant to be directly instantiated by user implementations! For all other objects it provides access to Castor state information (e.g. known descriptors) and configuration values.
    Since:
    1.1.2
    Author:
    Joachim Grueneis