|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractDelegatingDefinitionParser | |
|---|---|
| org.mule.config.spring.parsers.delegate | |
| org.mule.config.spring.parsers.specific | Targetted support for specific components in the Mule system. |
| org.mule.config.spring.parsers.specific.endpoint | |
| org.mule.config.spring.parsers.specific.endpoint.support | |
| org.mule.config.spring.parsers.specific.properties | |
| org.mule.module.xml.config | |
| org.mule.transport.jms.config | |
| org.mule.transport.tcp.config | Configuration classes for processing Xml config elements within the TCP namespace. |
| Uses of AbstractDelegatingDefinitionParser in org.mule.config.spring.parsers.delegate |
|---|
| Subclasses of AbstractDelegatingDefinitionParser in org.mule.config.spring.parsers.delegate | |
|---|---|
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 |
SingleParentFamilyDefinitionParser
|
| Uses of AbstractDelegatingDefinitionParser in org.mule.config.spring.parsers.specific |
|---|
| Subclasses of AbstractDelegatingDefinitionParser in org.mule.config.spring.parsers.specific | |
|---|---|
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 |
FilterDefinitionParser
This allows a filter to be defined globally, or embedded within an endpoint. |
class |
ForwardingRouterDefinitionParser
In addition to a ForwardingConsumer router, implicitly create a NullComponent service as a placeholder. |
class |
InterceptorStackDefinitionParser
This allows a interceptor-stack to be defined globally, or configured on a service. |
class |
MessagePropertiesTransformerDefinitionParser
|
class |
ModelDefinitionParser
|
class |
NotificationDisableDefinitionParser
|
class |
TransactionDefinitionParser
Generates a transaction config with embedded factory. |
class |
TransformerDefinitionParser
This allows a transformer to be defined globally, or embedded within an endpoint (as either a normal or response transformer). |
class |
TransformerRefDefinitionParser
Handle response transformers correctly |
| Uses of AbstractDelegatingDefinitionParser in org.mule.config.spring.parsers.specific.endpoint |
|---|
| Subclasses of AbstractDelegatingDefinitionParser in org.mule.config.spring.parsers.specific.endpoint | |
|---|---|
class |
EndpointPropertyElementDefinitionParser
This parser parses nested endpoint elements adding the resulting beans to the map of properties on the EndpointBuilder rather than attempting to inject them on the EndpointBuilder itself. |
class |
TransportEndpointDefinitionParser
This is intended for use by endpoint-specific parsers for non-global endpoint elements. |
class |
TransportGlobalEndpointDefinitionParser
A parser for global endpoints. |
| Uses of AbstractDelegatingDefinitionParser in org.mule.config.spring.parsers.specific.endpoint.support |
|---|
| Subclasses of AbstractDelegatingDefinitionParser in org.mule.config.spring.parsers.specific.endpoint.support | |
|---|---|
class |
AddressedEndpointDefinitionParser
Combine a ChildAddressDefinitionParser and
either a
OrphanEndpointDefinitionParser
or a
ChildEndpointDefinitionParser
in one parser. |
| Uses of AbstractDelegatingDefinitionParser in org.mule.config.spring.parsers.specific.properties |
|---|
| Subclasses of AbstractDelegatingDefinitionParser in org.mule.config.spring.parsers.specific.properties | |
|---|---|
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. |
| Uses of AbstractDelegatingDefinitionParser in org.mule.module.xml.config |
|---|
| Subclasses of AbstractDelegatingDefinitionParser in org.mule.module.xml.config | |
|---|---|
class |
XsltTransformerDefinitionParser
|
| Uses of AbstractDelegatingDefinitionParser in org.mule.transport.jms.config |
|---|
| Subclasses of AbstractDelegatingDefinitionParser in org.mule.transport.jms.config | |
|---|---|
class |
ConnectionFactoryDefinitionParser
We want to set the connection factory as a pojo factory and then add attributes (username and password) on the parent |
| Uses of AbstractDelegatingDefinitionParser in org.mule.transport.tcp.config |
|---|
| Subclasses of AbstractDelegatingDefinitionParser in org.mule.transport.tcp.config | |
|---|---|
class |
ByteOrMessageProtocolDefinitionParser
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||