org.mule.extras.spring.config
Class MuleObjectNameProcessor
java.lang.Object
org.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MuleObjectNameProcessor
public MuleObjectNameProcessor()
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.