Uses of Class
org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser

Packages that use AbstractSerialDelegatingDefinitionParser
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.transport.jms.config   
 

Uses of AbstractSerialDelegatingDefinitionParser in org.mule.config.spring.parsers.delegate
 

Subclasses of AbstractSerialDelegatingDefinitionParser in org.mule.config.spring.parsers.delegate
 class AbstractFirstResultSerialDefinitionParser
          Extend AbstractSerialDelegatingDefinitionParser to return the first definition as the final result
 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 SingleParentFamilyDefinitionParser
           
 

Uses of AbstractSerialDelegatingDefinitionParser in org.mule.config.spring.parsers.specific
 

Subclasses of AbstractSerialDelegatingDefinitionParser in org.mule.config.spring.parsers.specific
 class TransactionDefinitionParser
          Generates a transaction config with embedded factory.
 

Uses of AbstractSerialDelegatingDefinitionParser in org.mule.config.spring.parsers.specific.endpoint
 

Subclasses of AbstractSerialDelegatingDefinitionParser 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 AbstractSerialDelegatingDefinitionParser in org.mule.config.spring.parsers.specific.endpoint.support
 

Subclasses of AbstractSerialDelegatingDefinitionParser 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 AbstractSerialDelegatingDefinitionParser in org.mule.config.spring.parsers.specific.properties
 

Subclasses of AbstractSerialDelegatingDefinitionParser 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 AbstractSerialDelegatingDefinitionParser in org.mule.transport.jms.config
 

Subclasses of AbstractSerialDelegatingDefinitionParser 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
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.