|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreProcessor | |
|---|---|
| org.mule.config.spring.parsers | Classes that help to construct a Mule model via Spring's XML specification. |
| org.mule.config.spring.parsers.delegate | |
| org.mule.config.spring.parsers.processors | |
| Uses of PreProcessor in org.mule.config.spring.parsers |
|---|
| Methods in org.mule.config.spring.parsers with parameters of type PreProcessor | |
|---|---|
MuleDefinitionParserConfiguration |
MuleDefinitionParserConfiguration.registerPreProcessor(PreProcessor preProcessor)
These are prepended to existing processors |
MuleDefinitionParserConfiguration |
AbstractMuleBeanDefinitionParser.registerPreProcessor(PreProcessor preProcessor)
|
| Uses of PreProcessor in org.mule.config.spring.parsers.delegate |
|---|
| Methods in org.mule.config.spring.parsers.delegate with parameters of type PreProcessor | |
|---|---|
MuleDefinitionParserConfiguration |
AbstractDelegatingDefinitionParser.registerPreProcessor(PreProcessor preProcessor)
|
MuleDefinitionParserConfiguration |
ParentContextDefinitionParser.registerPreProcessor(PreProcessor preProcessor)
|
MuleDefinitionParserConfiguration |
AbstractPluggableDelegate.registerPreProcessor(PreProcessor preProcessor)
|
MuleDefinitionParserConfiguration |
AllAttributeChildDefinitionParser.registerPreProcessor(PreProcessor preProcessor)
|
| Uses of PreProcessor in org.mule.config.spring.parsers.processors |
|---|
| Classes in org.mule.config.spring.parsers.processors that implement PreProcessor | |
|---|---|
class |
AddAttribute
|
class |
AttributeConcatenation
|
class |
BlockAttribute
Throws an exception if any of the disallowed attributes (after translation) is present. |
class |
CheckExclusiveAttribute
If this attribute is present, no other can be |
class |
CheckExclusiveAttributes
Attributes from two different sets cannot appear together |
class |
CheckRequiredAttributes
All attributes from at least one set must be provided |
class |
IdAttribute
|
class |
NameAttribute
|
class |
ProvideDefaultName
|
class |
ProvideDefaultNameFromElement
|
class |
RequireAttribute
Throws an exception if any of the required attributes (after translation) are missing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||