public interface ProxyRefDispatcher extends Callback
Enhancer
callback. This is the same as the
Dispatcher
except for the addition of an argument
which references the proxy object.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
loadObject(java.lang.Object proxy)
Return the object which the original method invocation should
be dispatched.
|
java.lang.Object loadObject(java.lang.Object proxy) throws java.lang.Exception
proxy
- a reference to the proxy (generated) objectjava.lang.Exception