org.riotfamily.common.beans
Class MethodInvokingBean
java.lang.Object
org.springframework.util.MethodInvoker
org.riotfamily.common.beans.MethodInvokingBean
- All Implemented Interfaces:
- InitializingBean
public class MethodInvokingBean
- extends MethodInvoker
- implements InitializingBean
- Since:
- 7.0
- Author:
- Felix Gnass [fgnass at neteye dot de]
Methods inherited from class org.springframework.util.MethodInvoker |
findMatchingMethod, getArguments, getPreparedMethod, getTargetClass, getTargetMethod, getTargetObject, getTypeDifferenceWeight, invoke, isPrepared, prepare, resolveClassName, setArguments, setStaticMethod, setTargetClass, setTargetMethod, setTargetObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInvokingBean
public MethodInvokingBean()
setArgument
public void setArgument(Object argument)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Throws:
Exception