| Modifier and Type | Method and Description |
|---|---|
MuleDefinitionParserConfiguration |
AbstractMuleNamespaceHandler.RegisteredMdps.registerPreProcessor(PreProcessor preProcessor) |
| Modifier and Type | Method and Description |
|---|---|
MuleDefinitionParserConfiguration |
AbstractMuleBeanDefinitionParser.registerPreProcessor(PreProcessor preProcessor) |
MuleDefinitionParserConfiguration |
MuleDefinitionParserConfiguration.registerPreProcessor(PreProcessor preProcessor)
These are prepended to existing processors
|
| Modifier and Type | Method and Description |
|---|---|
MuleDefinitionParserConfiguration |
AllAttributeChildDefinitionParser.registerPreProcessor(PreProcessor preProcessor) |
MuleDefinitionParserConfiguration |
AbstractDelegatingDefinitionParser.registerPreProcessor(PreProcessor preProcessor) |
MuleDefinitionParserConfiguration |
ParentContextDefinitionParser.registerPreProcessor(PreProcessor preProcessor) |
MuleDefinitionParserConfiguration |
AbstractPluggableDelegate.registerPreProcessor(PreProcessor preProcessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddAttribute |
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 |
CheckExclusiveAttributeAndText
If this attribute is present, no other can be
|
class |
CheckExclusiveAttributes
Attributes from two different sets cannot appear together
|
class |
CheckExclusiveAttributesAndChildren
Attributes and children elements cannot appear together.
|
class |
CheckRequiredAttributes
All attributes from at least one set must be provided
|
class |
CheckRequiredAttributesWhenNoChildren
All attributes from at least one set must be provided when there are no child elements with the name specified present.
|
class |
IdAttribute |
class |
NameAttribute |
class |
ProvideDefaultName |
class |
ProvideDefaultNameFromElement |
class |
RequireAttribute
Throws an exception if any of the required attributes (after translation) are missing.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.