org.mule.config.spring.parsers.processors
Class AddAttribute

java.lang.Object
  extended by org.mule.config.spring.parsers.processors.AddAttribute
All Implemented Interfaces:
PostProcessor, PreProcessor
Direct Known Subclasses:
IdAttribute, NameAttribute

public class AddAttribute
extends Object
implements PreProcessor, PostProcessor


Constructor Summary
AddAttribute(String name, String value)
           
 
Method Summary
 void postProcess(org.springframework.beans.factory.xml.ParserContext unused, BeanAssembler assembler, Element element)
           
 void preProcess(PropertyConfiguration config, Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddAttribute

public AddAttribute(String name,
                    String value)
Method Detail

postProcess

public void postProcess(org.springframework.beans.factory.xml.ParserContext unused,
                        BeanAssembler assembler,
                        Element element)
Specified by:
postProcess in interface PostProcessor

preProcess

public void preProcess(PropertyConfiguration config,
                       Element element)
Specified by:
preProcess in interface PreProcessor


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.