Uses of Interface
org.mule.config.spring.parsers.PostProcessor

Packages that use PostProcessor
org.mule.config.spring.parsers Classes that help to construct a Mule model via Spring's XML specification. 
org.mule.config.spring.parsers.delegate   
org.mule.config.spring.parsers.processors   
 

Uses of PostProcessor in org.mule.config.spring.parsers
 

Methods in org.mule.config.spring.parsers with parameters of type PostProcessor
 MuleDefinitionParserConfiguration AbstractMuleBeanDefinitionParser.registerPostProcessor(PostProcessor postProcessor)
           
 MuleDefinitionParserConfiguration MuleDefinitionParserConfiguration.registerPostProcessor(PostProcessor postProcessor)
          These are appended to existing processors
 

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

Methods in org.mule.config.spring.parsers.delegate with parameters of type PostProcessor
 MuleDefinitionParserConfiguration AbstractDelegatingDefinitionParser.registerPostProcessor(PostProcessor postProcessor)
           
 MuleDefinitionParserConfiguration AbstractPluggableDelegate.registerPostProcessor(PostProcessor postProcessor)
           
 MuleDefinitionParserConfiguration AllAttributeChildDefinitionParser.registerPostProcessor(PostProcessor postProcessor)
           
 MuleDefinitionParserConfiguration ParentContextDefinitionParser.registerPostProcessor(PostProcessor postProcessor)
           
 

Uses of PostProcessor in org.mule.config.spring.parsers.processors
 

Classes in org.mule.config.spring.parsers.processors that implement PostProcessor
 class AbstractChildElementIterator
          This iterates over child elements, parsing them and calling AbstractChildElementIterator.insertBean(org.mule.config.spring.parsers.assembly.BeanAssembler, org.springframework.beans.factory.config.BeanDefinition, org.w3c.dom.Element, org.w3c.dom.Element).
 class AddAttribute
           
 class ConstructorReference
           
 class ExtendTarget
           
 class IdAttribute
           
 class NameAttribute
           
 class NamedSetterChildElementIterator
          This iterates over the child elements, generates beans, and sets them on the current bean via the setter given.
 



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