Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » beans » factory » support » [javadoc | source]
org.springframework.beans.factory.support
public interface: MethodReplacer [javadoc | source] Interface to be implemented by classes that can reimplement any method on an IoC-managed object: the Method Injection form of Dependency Injection.

Such methods may be (but need not be) abstract, in which case the container will create a concrete subclass to instantiate.

Method from org.springframework.beans.factory.support.MethodReplacer Summary:
reimplement
Method from org.springframework.beans.factory.support.MethodReplacer Detail:
 public Object reimplement(Object obj,
    Method method,
    Object[] args) throws Throwable
    Reimplement the given method.