Classes representing the core XML tags for templates of custom namespaces
| Interface | Description | |
|---|---|---|
| TemplateConfig | Core interface for custom configuration namespace templates. |
| Class | Description | |
|---|---|---|
| AbstractTemplateConfig |
Abstract base implementation of the TemplateConfig interface. |
|
| FactoryMetadataConfig |
Represents the <factory-metadata> tag used in custom namespace templates. |
|
| ObjectFactoryConfigWrapper |
Wraps an ObjectFactoryConfig instance to adapt it to the ElementConfig
interface needed for parsing the template. |
|
| ObjectFactoryTemplateConfig |
Represents the template for an object factory - in XML configuration
the <factory-template> tag. |
|
| ObjectProcessorTemplateConfig |
Represents the template for an object processor - in XML configuration
the <processor-template> tag. |