org.mule.extras.spring.config
Class MuleObjectNameProcessor
java.lang.Object
org.mule.extras.spring.config.MuleObjectNameProcessor
- public class MuleObjectNameProcessor
- extends java.lang.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.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Ross Mason
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MuleObjectNameProcessor
public MuleObjectNameProcessor()
postProcessBeforeInitialization
public java.lang.Object postProcessBeforeInitialization(java.lang.Object o,
java.lang.String s)
throws BeansException
- Throws:
BeansException
postProcessAfterInitialization
public java.lang.Object postProcessAfterInitialization(java.lang.Object o,
java.lang.String s)
throws BeansException
- Throws:
BeansException
isOverwrite
public boolean isOverwrite()
setOverwrite
public void setOverwrite(boolean overwrite)
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.