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.cxf.config   
org.mule.module.scripting.config   
org.mule.module.xml.config   
org.mule.tck.config   
org.mule.transport.http.builder   
org.mule.transport.jdbc.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.
WrappingChildDefinitionParser.WrappingController
          Determines whether to wrap the child based on the where it appears in the DOM.
 

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.
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.
ParentDefinitionParser
          Processes child property elements in Xml but sets the properties on the parent object.
TextDefinitionParser
          Grabs the text from an element and injects it into the parent, for example: A bunch of text. registerBeanDefinitionParser("foo", new OrphanDefinitionParser(Foo.class)); registerBeanDefinitionParser("bar-text", new TextDefinitionParser("barText")); will result in a call to Foo.setBarText("A bunch of text.")
WrappingChildDefinitionParser.WrappingController
          Determines whether to wrap the child based on the where it appears in the DOM.
 

Classes in org.mule.config.spring.parsers.generic used by org.mule.config.spring.parsers.specific.endpoint
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.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).
MuleOrphanDefinitionParser
          A parser for direct children of the element.
 

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.http.builder
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.jdbc.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.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-2012 MuleSoft, Inc.. All Rights Reserved.