org.springframework.beans.factory.support
Interface MethodReplacer


public interface MethodReplacer

Interface to be implemented by classes than can override any method on an IoC-managed object.

Author:
Rod Johnson

Method Summary
 Object reimplement(Object o, Method m, Object[] args)
          Reimplement the given method.
 

Method Detail

reimplement

public Object reimplement(Object o,
                          Method m,
                          Object[] args)
                   throws Throwable
Reimplement the given method.

Parameters:
o - instance we're reimplementing the method for
m - method to reimplement
args - arguments
Returns:
return value for the method
Throws:
Throwable


Copyright (C) 2003-2004 The Spring Framework Project.