Uses of Class
org.mule.config.spring.parsers.generic.ParentDefinitionParser

Packages that use ParentDefinitionParser
org.mule.config.spring.parsers.generic General support for bean construction. 
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.properties   
org.mule.config.spring.parsers.specific.tls   
 

Uses of ParentDefinitionParser in org.mule.config.spring.parsers.generic
 

Subclasses of ParentDefinitionParser in org.mule.config.spring.parsers.generic
 class NamedDefinitionParser
          Behaves as ParentDefinitionParser, but allows any named bean to be the parent, rather than using the enclosing element in the DOM tree.
 class NameTransferDefinitionParser
          This extends ParentDefinitionParser so that the "name" attribute is set locally, not on the parent.
 

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

Subclasses of ParentDefinitionParser in org.mule.config.spring.parsers.specific
 class ConfigurationDefinitionParser
          Parses the element.
 class IgnoreObjectMethodsDefinitionParser
           
 class ObjectFactoryWrapper
          Use this BeanDefinitionParser when you need a "wrapper" element for an ObjectFactory.
 

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

Subclasses of ParentDefinitionParser in org.mule.config.spring.parsers.specific.endpoint
 class EndpointRefParser
          Configures a reference to an endpoint on a parent bean.
 

Uses of ParentDefinitionParser in org.mule.config.spring.parsers.specific.properties
 

Subclasses of ParentDefinitionParser in org.mule.config.spring.parsers.specific.properties
 class ListPropertyDefinitionParser
          This allows a child element to extends a list of values, via an attribute, on a parent setter.
 

Uses of ParentDefinitionParser in org.mule.config.spring.parsers.specific.tls
 

Subclasses of ParentDefinitionParser in org.mule.config.spring.parsers.specific.tls
 class ClientKeyStoreDefinitionParser
           
 class KeyStoreDefinitionParser
           
 class ProtocolHandlerDefinitionParser
           
 class TrustStoreDefinitionParser
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.