InvocationHandlerFactorypublic interface InvocationHandlerFactory
Methods Summary |
---|
public java.lang.reflect.InvocationHandler | getInvocationHandler()Get an InvocationHandler.
| public java.lang.Class[] | getProxyInterfaces()Get the interfaces that InvocationHandler instances
produced by this InvocationHandlerFactory support.
|
|