| Interface | Description |
|---|---|
| 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.
|
| JavaNaming |
JavaNaming is a service which collects all methods that are related to create (modify) Java
names.
|
| PropertyChangeProvider |
Interface for disseminating property changes related to internal context changes with regards to
configuration properties.
|
| UnmarshalListener |
An interface to allow external "listening" to objects when they are being unmarshalled for
various tracking purposes and potential modification.
|
| XMLNaming |
XMLNaming contains all methods required by Castor to build valid XML names.
|
| Class | Description |
|---|---|
| AbstractInternalContext |
The internal context is meant as center piece providing (and keeping) all information that is
required by Marshaller, Unmarshaller, SourceGenerator, MappingTool, SchemaReader and
SchemaWriter.
|
| BackwardCompatibilityContext |
As the name already expresses: this class is there for backward compatibility and should be
removed from Castor with a future release.
|
| JavaNamingImpl |
This class converts XML Names to proper Java names.
|
| JavaNamingNGImpl |
This class converts XML Names to proper Java names.
|
| UnmarshalListenerAdapter |
This class is responsible to adapt from new (1.2) UnmarshalListener interface to calls into the
old interface.
The old interface has been marked as deprecated but will be supported for some Castor releases to come. |
| XMLConfiguration | Deprecated
Use XMLProperties instead.
|
| XmlConfigurations | |
| XMLProperties |
Properties of XML module.
|
Copyright © 2016. All rights reserved.