org.mule.extras.spring.config
Class MuleObjectNameProcessor

java.lang.Object
  extended byorg.mule.extras.spring.config.MuleObjectNameProcessor

public class MuleObjectNameProcessor
extends Object

MuleObjectNameProcessor is used to set spring ids to Mule object names so the the bean id and name property on the object don't both have to be set.


Constructor Summary
MuleObjectNameProcessor()
           
 
Method Summary
 boolean isOverwrite()
           
 Object postProcessAfterInitialization(Object o, String s)
           
 Object postProcessBeforeInitialization(Object o, String s)
           
 void setOverwrite(boolean overwrite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleObjectNameProcessor

public MuleObjectNameProcessor()
Method Detail

postProcessBeforeInitialization

public Object postProcessBeforeInitialization(Object o,
                                              String s)
                                       throws BeansException
Throws:
BeansException

postProcessAfterInitialization

public Object postProcessAfterInitialization(Object o,
                                             String s)
                                      throws BeansException
Throws:
BeansException

isOverwrite

public boolean isOverwrite()

setOverwrite

public void setOverwrite(boolean overwrite)


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.