public interface InvocationHandlerFactory
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.InvocationHandler |
getInvocationHandler()
Get an InvocationHandler.
|
java.lang.Class<?>[] |
getProxyInterfaces()
Get the interfaces that InvocationHandler instances
produced by this InvocationHandlerFactory support.
|