public interface InvocationHandlerFactory
| Modifier and Type | Method and Description |
|---|---|
InvocationHandler |
getInvocationHandler()
Get an InvocationHandler.
|
Class<?>[] |
getProxyInterfaces()
Get the interfaces that InvocationHandler instances
produced by this InvocationHandlerFactory support.
|
InvocationHandler getInvocationHandler()
Class<?>[] getProxyInterfaces()
Copyright © 2017 Oracle. All rights reserved.