public interface Factory
| Modifier and Type | Method and Description |
|---|---|
Object |
createProxy(Class<?> proxyClass) |
Object |
createProxy(MethodHandler handler,
Class<?>[] interfaces) |
Class<?> |
getProxyClass(Class<?> superClass,
Class<?>[] interfaces) |
boolean |
isProxyInstance(Object o) |
void |
setHandler(Object proxy,
MethodHandler handler) |
boolean isProxyInstance(Object o)
Object createProxy(MethodHandler handler, Class<?>[] interfaces) throws InstantiationException, IllegalAccessException
Object createProxy(Class<?> proxyClass) throws InstantiationException, IllegalAccessException
void setHandler(Object proxy, MethodHandler handler)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.