net.sf.cglib.proxy
Interface Dispatcher
- Callback
public interface Dispatcher
Dispatching
Enhancer
callback. This is identical to the
LazyLoader
interface but needs to be separate so that
Enhancer
knows which type of code to generate.
Object | loadObject() - Return the object which the original method invocation should
be dispatched.
|
loadObject
public Object loadObject()
throws Exception
Return the object which the original method invocation should
be dispatched. This method is called for every method invocation.
- an object that can invoke the method
Copyright (c) 2001 - Apache Software Foundation