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

Packages that use AbstractSingleParentFamilyDefinitionParser
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   
 

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

Subclasses of AbstractSingleParentFamilyDefinitionParser in org.mule.config.spring.parsers.delegate
 class AbstractSingleParentFamilyChildDefinitionParser
           
 class SingleParentFamilyDefinitionParser
           
 

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

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

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

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

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

Subclasses of AbstractSingleParentFamilyDefinitionParser 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.
 



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