Interface InternalContext

All Superinterfaces:
PropertyChangeProvider
All Known Implementing Classes:
AbstractInternalContext, BackwardCompatibilityContext

public interface InternalContext extends PropertyChangeProvider
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
invalid reference
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