See: Description
| 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.
|
| 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 customising bean representations for Mule bean definition parsers. |
| ClassOrRefDefinitionParser | |
| DeprecatedBeanDefinitionParser |
Use this decorator to mark a
BeanDefinitionParser as deprecated. |
| IndependentDefinitionParser |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.