| Class | Description |
|---|---|
| AbstractChildElementIterator |
This iterates over child elements, parsing them and calling
AbstractChildElementIterator.insertBean(org.mule.config.spring.parsers.assembly.BeanAssembler, org.springframework.beans.factory.config.BeanDefinition, org.w3c.dom.Element, org.w3c.dom.Element). |
| AddAttribute | |
| AttributeConcatenation | |
| BlockAttribute |
Throws an exception if any of the disallowed attributes (after translation) is present.
|
| CheckExclusiveAttribute |
If this attribute is present, no other can be
|
| CheckExclusiveAttributes |
Attributes from two different sets cannot appear together
|
| CheckRequiredAttributes |
All attributes from at least one set must be provided
|
| ConstructorReference | |
| ExtendTarget | |
| IdAttribute | |
| NameAttribute | |
| NamedSetterChildElementIterator |
This iterates over the child elements, generates beans, and sets them on the current bean via the
setter given.
|
| ProvideDefaultName | |
| ProvideDefaultNameFromElement | |
| RequireAttribute |
Throws an exception if any of the required attributes (after translation) are missing.
|
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.