public final class JdkProxyManager extends AbstractProxyManager implements ProxyManager
Constructor and Description |
---|
JdkProxyManager() |
Modifier and Type | Method and Description |
---|---|
Object |
createNewProxy(org.osgi.framework.Bundle clientBundle,
Collection<Class<?>> classes,
InvocationHandler handler) |
protected InvocationHandler |
getInvocationHandler(Object proxy) |
protected boolean |
isProxyClass(Class<?> clazz) |
createProxy, createProxy, getClassLoader, isProxy, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createProxy, createProxy, isProxy, unwrap
public Object createNewProxy(org.osgi.framework.Bundle clientBundle, Collection<Class<?>> classes, InvocationHandler handler)
createNewProxy
in class AbstractProxyManager
protected boolean isProxyClass(Class<?> clazz)
isProxyClass
in class AbstractProxyManager
protected InvocationHandler getInvocationHandler(Object proxy)
getInvocationHandler
in class AbstractProxyManager
Copyright © 2016. All rights reserved.