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

java.lang.Object
  extended by org.mule.config.spring.parsers.processors.ConstructorReference
All Implemented Interfaces:
PostProcessor

public class ConstructorReference
extends Object
implements PostProcessor


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

Field Detail

reference

public String reference
Constructor Detail

ConstructorReference

public ConstructorReference(String reference)
Method Detail

postProcess

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


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