Uses of Interface
org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration

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

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

Methods in org.mule.config.spring.parsers that return PropertyConfiguration
 PropertyConfiguration AbstractHierarchicalDefinitionParser.getTargetPropertyConfiguration()
           
 PropertyConfiguration MuleChildDefinitionParser.getTargetPropertyConfiguration()
           
 

Methods in org.mule.config.spring.parsers with parameters of type PropertyConfiguration
 void PreProcessor.preProcess(PropertyConfiguration config, Element element)
           
 

Uses of PropertyConfiguration in org.mule.config.spring.parsers.assembly
 

Methods in org.mule.config.spring.parsers.assembly that return PropertyConfiguration
protected  PropertyConfiguration DefaultBeanAssembler.getBeanConfig()
           
protected  PropertyConfiguration DefaultBeanAssembler.getTargetConfig()
           
 

Methods in org.mule.config.spring.parsers.assembly with parameters of type PropertyConfiguration
protected static String DefaultBeanAssembler.bestGuessName(PropertyConfiguration config, String oldName, String className)
           
 BeanAssembler AttributeMapBeanAssemblerFactory.newBeanAssembler(PropertyConfiguration beanConfig, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, PropertyConfiguration targetConfig, org.springframework.beans.factory.config.BeanDefinition target)
           
 BeanAssembler BeanAssemblerFactory.newBeanAssembler(PropertyConfiguration beanConfig, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, PropertyConfiguration targetConfig, org.springframework.beans.factory.config.BeanDefinition target)
           
 BeanAssembler DefaultBeanAssemblerFactory.newBeanAssembler(PropertyConfiguration beanConfig, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, PropertyConfiguration targetConfig, org.springframework.beans.factory.config.BeanDefinition target)
           
 BeanAssembler TwoStageMapBeanAssemblerFactory.newBeanAssembler(PropertyConfiguration beanConfig, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, PropertyConfiguration targetConfig, org.springframework.beans.factory.config.BeanDefinition target)
           
 

Constructors in org.mule.config.spring.parsers.assembly with parameters of type PropertyConfiguration
AbstractMapBeanAssembler(PropertyConfiguration beanConfig, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, PropertyConfiguration targetConfig, org.springframework.beans.factory.config.BeanDefinition target)
           
AttributeMapBeanAssembler(PropertyConfiguration beanConfig, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, PropertyConfiguration targetConfig, org.springframework.beans.factory.config.BeanDefinition target)
           
DefaultBeanAssembler(PropertyConfiguration beanConfig, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, PropertyConfiguration targetConfig, org.springframework.beans.factory.config.BeanDefinition target)
           
TwoStageMapBeanAssembler(TwoStageMapBeanAssemblerFactory.BeanAssemblerStore store, PropertyConfiguration beanConfig, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, PropertyConfiguration targetConfig, org.springframework.beans.factory.config.BeanDefinition target)
           
 

Uses of PropertyConfiguration in org.mule.config.spring.parsers.assembly.configuration
 

Classes in org.mule.config.spring.parsers.assembly.configuration that implement PropertyConfiguration
 class ReusablePropertyConfiguration
          Allow initial mutation; first call of reset stores values as reference and allows further temporary mutation; further calls to reset return to reference.
 class SimplePropertyConfiguration
          A direct implementation of PropertyConfiguration
 class TempWrapperPropertyConfiguration
          Wrap a PropertyConfiguration so that changes are kept in the wrapper
 

Fields in org.mule.config.spring.parsers.assembly.configuration declared as PropertyConfiguration
protected  PropertyConfiguration TempWrapperPropertyConfiguration.delegate
           
 

Constructors in org.mule.config.spring.parsers.assembly.configuration with parameters of type PropertyConfiguration
ReusablePropertyConfiguration(PropertyConfiguration delegate)
           
SinglePropertyWrapper(String oldName, PropertyConfiguration config)
           
TempWrapperPropertyConfiguration(PropertyConfiguration delegate)
           
TempWrapperPropertyConfiguration(PropertyConfiguration delegate, boolean greedyIgnore)
           
 

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

Methods in org.mule.config.spring.parsers.delegate that return PropertyConfiguration
 PropertyConfiguration AbstractSingleParentFamilyChildDefinitionParser.getTargetPropertyConfiguration()
           
 PropertyConfiguration MapDefinitionParserMutator.getTargetPropertyConfiguration()
           
 

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

Methods in org.mule.config.spring.parsers.processors with parameters of type PropertyConfiguration
 void AddAttribute.preProcess(PropertyConfiguration config, Element element)
           
 void AttributeConcatenation.preProcess(PropertyConfiguration config, Element element)
           
 void BlockAttribute.preProcess(PropertyConfiguration config, Element element)
           
 void CheckExclusiveAttribute.preProcess(PropertyConfiguration config, Element element)
           
 void CheckExclusiveAttributes.preProcess(PropertyConfiguration config, Element element)
           
 void CheckRequiredAttributes.preProcess(PropertyConfiguration config, Element element)
           
 void ProvideDefaultName.preProcess(PropertyConfiguration config, Element element)
           
 void ProvideDefaultNameFromElement.preProcess(PropertyConfiguration config, Element element)
           
 void RequireAttribute.preProcess(PropertyConfiguration config, Element element)
           
 

Constructors in org.mule.config.spring.parsers.processors with parameters of type PropertyConfiguration
AbstractChildElementIterator(BeanAssemblerFactory beanAssemblerFactory, PropertyConfiguration configuration)
           
NamedSetterChildElementIterator(String setter, BeanAssemblerFactory beanAssemblerFactory, PropertyConfiguration configuration)
           
 

Uses of PropertyConfiguration in org.mule.transport.xmpp.config
 

Methods in org.mule.transport.xmpp.config with parameters of type PropertyConfiguration
 void XmppNamespaceHandler.RequireNickname.preProcess(PropertyConfiguration config, Element element)
           
 



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