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

Packages that use OrphanDefinitionParser
org.mule.config.spring.parsers.delegate   
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.endpoint.support   
org.mule.module.client.config   
org.mule.module.scripting.config   
org.mule.module.xml.config   
org.mule.transport.jms.config   
 

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

Constructors in org.mule.config.spring.parsers.delegate with parameters of type OrphanDefinitionParser
InheritDefinitionParser(boolean deflt, OrphanDefinitionParser orphan, NamedDefinitionParser named)
           
InheritDefinitionParser(OrphanDefinitionParser orphan, NamedDefinitionParser named)
           
 

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

Subclasses of OrphanDefinitionParser in org.mule.config.spring.parsers.generic
 class MuleOrphanDefinitionParser
          A parser for direct children of the element.
 

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

Subclasses of OrphanDefinitionParser in org.mule.config.spring.parsers.specific
 class AgentDefinitionParser
           
 class DefaultThreadingProfileDefinitionParser
          This parser is responsible for processing the configuration elements.
 class GlobalPropertyDefinitionParser
           
 class ServiceDefinitionParser
           
 class TransactionManagerDefinitionParser
           
 

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

Subclasses of OrphanDefinitionParser in org.mule.config.spring.parsers.specific.endpoint
 class GenericGlobalEndpointDefinitionParser
           
 

Uses of OrphanDefinitionParser in org.mule.config.spring.parsers.specific.endpoint.support
 

Subclasses of OrphanDefinitionParser in org.mule.config.spring.parsers.specific.endpoint.support
 class OrphanAddressDefinitionParser
          Generate an Endpoint URI from simple address components.
 class OrphanEndpointDefinitionParser
          A parser for "orphan" (top-level) endpoints - ie GlobalEndpoints.
 

Uses of OrphanDefinitionParser in org.mule.module.client.config
 

Subclasses of OrphanDefinitionParser in org.mule.module.client.config
 class RemoteDispatcherAgentDefinitionParser
           
 

Uses of OrphanDefinitionParser in org.mule.module.scripting.config
 

Subclasses of OrphanDefinitionParser in org.mule.module.scripting.config
 class GroovyRefreshableBeanBuilderParser
           
 

Uses of OrphanDefinitionParser in org.mule.module.xml.config
 

Subclasses of OrphanDefinitionParser in org.mule.module.xml.config
 class NamespaceManagerDefinitionParser
          TODO
 

Uses of OrphanDefinitionParser in org.mule.transport.jms.config
 

Subclasses of OrphanDefinitionParser in org.mule.transport.jms.config
 class JmsConnectorDefinitionParser
           
 



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