| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFirstResultSerialDefinitionParser
Extend
AbstractSerialDelegatingDefinitionParser to return the first
definition as the final result |
class |
AbstractParallelDelegatingDefinitionParser
This allows a definition parsers to be dynamically represented by one instance selected from a set of parsers, depending on the
context.
|
class |
AbstractSerialDelegatingDefinitionParser
This allows a set of definition parsers to be used, one after another, to process the same element.
|
class |
AbstractSingleParentFamilyChildDefinitionParser |
class |
AbstractSingleParentFamilyDefinitionParser
This allows several parsers to be used on a single element, creating a parent bean with the first parser and then extending
that with child parsers.
|
class |
AttributeSelectionDefinitionParser
Select sub parser depending on presence of a particular attribute
|
class |
BooleanAttributeSelectionDefinitionParser |
class |
InheritDefinitionParser
This encapsulates two definition parsers - orphan and named - and returns the named definition parser if the "inherit"
attribute is set.
|
class |
MapDefinitionParserMutator
This changes a
ChildDefinitionParser so that it generates a map instead
of a bean definition. |
class |
ParentContextDefinitionParser
This encapsulates several definition parsers, selected depending on the parent element in the DOM.
|
class |
RootOrNestedElementBeanDefinitionParser
Bean definition parser that allows mapping an element either as root or nested inside other element.
|
class |
SingleParentFamilyDefinitionParser |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentDelegatingDefinitionParser
Allows for parsing either a shortcut component configuration by delegating to two different component parses depending on the
existence of the class attribute.
|
class |
ExceptionStrategyDefinitionParser |
class |
ExpressionTransformerDefinitionParser
This allows a message processor to be defined globally, or embedded within an endpoint.
|
class |
FilterDefinitionParser
This allows a filter to be defined globally, or embedded within an endpoint.
|
class |
InterceptorStackDefinitionParser
This allows a interceptor-stack to be defined globally, or configured on a service.
|
class |
MessageFilterDefinitionParser |
class |
MessageProcessorChainDefinitionParser
This allows a message processor to be defined globally, or embedded within an endpoint.
|
class |
MessageProcessorDefinitionParser
This allows a message processor to be defined globally, or embedded within an endpoint.
|
class |
MessageProcessorWithDataTypeDefinitionParser
Gives parses support to map data type attributes to a
DataType |
class |
NotificationDisableDefinitionParser |
class |
RegExFilterDefinitionParser |
class |
ResponseDefinitionParser |
class |
SecurityFilterDefinitionParser
This allows a security filter to be defined globally, or embedded within an endpoint.
|
class |
TransactionDefinitionParser
Generates a transaction config with embedded factory.
|
class |
TransformerMessageProcessorDefinitionParser
Parses transformers message processors to map data type attributes to a
DataType |
class |
XaTransactionDefinitionParser |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementInNestedMapDefinitionParser
This constructs a nested map - keyed by "mapKey" - and then adds an entry in that named from the attribute "keyAttribute".
|
class |
NestedListDefinitionParser
This extends a list that is itself a property (with key mapKey).
|
class |
NestedMapDefinitionParser
This extends a map that is itself a property (with key mapKey).
|
class |
NestedMapWithAttributesDefinitionParser
This generates a nested map (an element of the parent map, with the key "mapKey", which is a map itself) and then adds any
attributes as name/value pairs.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.