org.riotfamily.common.beans
Class MethodInvokingBean

java.lang.Object
  extended by org.springframework.util.MethodInvoker
      extended by 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]

Constructor Summary
MethodInvokingBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setArgument(Object argument)
           
 
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
 

Constructor Detail

MethodInvokingBean

public MethodInvokingBean()
Method Detail

setArgument

public void setArgument(Object argument)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
Exception