net.sf.cglib.proxy
Interface ProxyRefDispatcher
- Callback
public interface ProxyRefDispatcher
Dispatching
Enhancer
callback. This is the same as the
Dispatcher
except for the addition of an argument
which references the proxy object.
Object | loadObject(Object proxy) - Return the object which the original method invocation should
be dispatched.
|
loadObject
public Object loadObject(Object proxy)
throws Exception
Return the object which the original method invocation should
be dispatched. This method is called for every method invocation.
proxy
- a reference to the proxy (generated) object
- an object that can invoke the method
Copyright (c) 2001 - Apache Software Foundation