Uses of Package
org.mule.config.spring.parsers.generic

Packages that use org.mule.config.spring.parsers.generic
org.mule.config.spring.parsers.collection Support for building collections, or adding an element to a collection in a parent bean. 
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.config.spring.parsers.specific.properties   
org.mule.config.spring.parsers.specific.tls   
org.mule.module.client.config   
org.mule.module.scripting.config   
org.mule.module.xml.config   
org.mule.tck.config   
org.mule.transport.cxf.config   
org.mule.transport.jms.config   
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.config.spring.parsers.collection
ChildDefinitionParser
          Creates a definition parser that will construct a single child element and inject it into the parent object (the enclosing XML element).
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.config.spring.parsers.delegate
ChildDefinitionParser
          Creates a definition parser that will construct a single child element and inject it into the parent object (the enclosing XML element).
NamedDefinitionParser
          Behaves as ParentDefinitionParser, but allows any named bean to be the parent, rather than using the enclosing element in the DOM tree.
OrphanDefinitionParser
          Contructs a single, standalone bean from an element - it is not injected into any other object.
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.config.spring.parsers.generic
ChildDefinitionParser
          Creates a definition parser that will construct a single child element and inject it into the parent object (the enclosing XML element).
OrphanDefinitionParser
          Contructs a single, standalone bean from an element - it is not injected into any other object.
ParentDefinitionParser
          Processes child property elements in Xml but sets the properties on the parent object.
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.config.spring.parsers.specific
ChildDefinitionParser
          Creates a definition parser that will construct a single child element and inject it into the parent object (the enclosing XML element).
MuleOrphanDefinitionParser
          A parser for direct children of the element.
NamedDefinitionParser
          Behaves as ParentDefinitionParser, but allows any named bean to be the parent, rather than using the enclosing element in the DOM tree.
OrphanDefinitionParser
          Contructs a single, standalone bean from an element - it is not injected into any other object.
ParentDefinitionParser
          Processes child property elements in Xml but sets the properties on the parent object.
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.config.spring.parsers.specific.endpoint
ChildDefinitionParser
          Creates a definition parser that will construct a single child element and inject it into the parent object (the enclosing XML element).
OrphanDefinitionParser
          Contructs a single, standalone bean from an element - it is not injected into any other object.
ParentDefinitionParser
          Processes child property elements in Xml but sets the properties on the parent object.
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.config.spring.parsers.specific.endpoint.support
ChildDefinitionParser
          Creates a definition parser that will construct a single child element and inject it into the parent object (the enclosing XML element).
OrphanDefinitionParser
          Contructs a single, standalone bean from an element - it is not injected into any other object.
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.config.spring.parsers.specific.properties
ChildDefinitionParser
          Creates a definition parser that will construct a single child element and inject it into the parent object (the enclosing XML element).
ParentDefinitionParser
          Processes child property elements in Xml but sets the properties on the parent object.
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.config.spring.parsers.specific.tls
ParentDefinitionParser
          Processes child property elements in Xml but sets the properties on the parent object.
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.module.client.config
MuleOrphanDefinitionParser
          A parser for direct children of the element.
OrphanDefinitionParser
          Contructs a single, standalone bean from an element - it is not injected into any other object.
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.module.scripting.config
ChildDefinitionParser
          Creates a definition parser that will construct a single child element and inject it into the parent object (the enclosing XML element).
MuleOrphanDefinitionParser
          A parser for direct children of the element.
OptionalChildDefinitionParser
          This class should be used when the same element can be configured as a child or an orphan (i.e., top-level).
OrphanDefinitionParser
          Contructs a single, standalone bean from an element - it is not injected into any other object.
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.module.xml.config
ChildDefinitionParser
          Creates a definition parser that will construct a single child element and inject it into the parent object (the enclosing XML element).
OrphanDefinitionParser
          Contructs a single, standalone bean from an element - it is not injected into any other object.
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.tck.config
ChildDefinitionParser
          Creates a definition parser that will construct a single child element and inject it into the parent object (the enclosing XML element).
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.transport.cxf.config
ChildDefinitionParser
          Creates a definition parser that will construct a single child element and inject it into the parent object (the enclosing XML element).
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.transport.jms.config
MuleOrphanDefinitionParser
          A parser for direct children of the element.
OrphanDefinitionParser
          Contructs a single, standalone bean from an element - it is not injected into any other object.
 



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