org.mule.config.spring.parsers.specific.properties
Class NestedMapWithAttributesDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
          extended by org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
              extended by org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
                  extended by org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser
                      extended by org.mule.config.spring.parsers.specific.properties.NestedMapWithAttributesDefinitionParser
All Implemented Interfaces:
MuleDefinitionParser, MuleDefinitionParserConfiguration, org.springframework.beans.factory.xml.BeanDefinitionParser

public class NestedMapWithAttributesDefinitionParser
extends AbstractSingleParentFamilyDefinitionParser

This generates a nested map (an element of the parent map, with the key "mapKey", which is a map itself) and then adds any attributes as name/value pairs. Embedded elements can then insert further entries using ChildSingletonMapDefinitionParser or, if the entry is just a simple value, SimplePropertyDefinitionParser. The target setter is MapEntryCombiner.VALUE.


Field Summary
 
Fields inherited from class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
firstDefinition
 
Fields inherited from class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
logger
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
NestedMapWithAttributesDefinitionParser(String mapSetter, String mapKey)
           
 
Method Summary
 
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser
addChildDelegate, addDelegate, addDelegateAsChild, doSingleBean
 
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
setReturnFirstResult
 
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
addHandledException, disableAttribute, disableAttributes, disableAttributes, enableAttribute, enableAttributes, enableAttributes, enableAttributes, isExceptionHandled, muleParse, resetAttribute, resetNameAndId
 
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
addAlias, addBeanFlag, addCollection, addIgnored, addMapping, addMapping, addMapping, addReference, getBeanName, getDelegate, parseInternal, registerPostProcessor, registerPreProcessor, removeIgnored, setIgnoredDefault, size
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.beans.factory.xml.BeanDefinitionParser
parse
 

Constructor Detail

NestedMapWithAttributesDefinitionParser

public NestedMapWithAttributesDefinitionParser(String mapSetter,
                                               String mapKey)


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