| Interface | Description |
|---|---|
| ChannelTypeLoader |
Loads metadata for a channel type from an XML stream.
|
| CompositeConstants | |
| Loader |
System service for loading configuration artifacts from an XML source.
|
| LoaderHelper |
Helper service for handling XML.
|
| LoaderRegistry |
Registry for XML loaders that can parse a StAX input stream and return model objects.
|
| TemplateRegistry |
Manages assembly templates.
|
| TypeLoader<OUTPUT> |
Deserializes an element from a StAX input stream.
|
| Class | Description |
|---|---|
| AbstractValidatingTypeLoader<OUTPUT> |
Contains functionality for validating element attributes.
|
| DeprecatedNamespaceHelper | |
| ElementLoadFailure | |
| IncompatibleContracts | |
| InvalidQNamePrefix | |
| InvalidValue |
Indicates the loader encountered an invalid value.
|
| LoaderUtil |
Utility functions to support loader implementations.
|
| MissingAttribute |
Denotes a missing attribute
|
| ResourceNotFound | |
| UnrecognizedAttribute |
Failure that indicates an attribute was encountered that could not be handled.
|
| UnrecognizedElement |
Failure that indicates an element was encountered that could not be handled.
|
| XmlValidationFailure |
Base class for validation failures occurring in XML artifacts.
|
| Exception | Description |
|---|---|
| DuplicateTemplateException |
Thrown when an attempt to register a duplicate template value is made.
|
| InvalidPrefixException |
Denotes an invalid QName prefix.
|
| InvalidTargetException |
Denotes an invalid Target string.
|
| LoaderException |
Base class for Exceptions raised during the loading process.
|
| UnrecognizedTypeException |