| Interface | Description |
|---|---|
| MuleChildDefinitionParser |
Extra functionality exposed by child parsers
|
| MuleDefinitionParser |
This is the interface all Mule BDPs implement.
|
| MuleDefinitionParserConfiguration | |
| PostProcessor |
This interface allows post-processing of the bean assmebler to be injected into definition parsers
|
| PreProcessor |
This interface allows pre-processing of the element.
|
| XmlMetadataAnnotations |
Stores the metadata annotations from the XML parser so they are available when building the actual objects of the application.
|
| Class | Description |
|---|---|
| AbstractChildDefinitionParser |
This definition parser supports the definition of beans that are then set on the parent bean - it extends
AbstractHierarchicalDefinitionParser with methods that assume the data are
associated with a single property. |
| AbstractHierarchicalDefinitionParser |
This definition parser introduces the notion of Hierarchical processing to nested XML elements.
|
| AbstractMuleBeanDefinitionParser |
This parser extends the Spring provided
AbstractBeanDefinitionParser to provide additional features for consistently
customizing bean representations for Mule bean definition parsers. |
| ClassOrRefDefinitionParser | |
| DefaultXmlMetadataAnnotations |
Stores the metadata annotations from the XML parser so they are available when building the actual objects of the application.
|
| DeprecatedBeanDefinitionParser |
Use this decorator to mark a
BeanDefinitionParser as deprecated. |
| IndependentDefinitionParser |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.