org.apache.aries.proxy.impl.gen
Class ProxySubclassGenerator
java.lang.Object
org.apache.aries.proxy.impl.gen.ProxySubclassGenerator
public class ProxySubclassGenerator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxySubclassGenerator
public ProxySubclassGenerator()
getProxySubclass
public static Class<?> getProxySubclass(Class<?> aClass)
throws org.apache.aries.proxy.UnableToProxyException
- Throws:
org.apache.aries.proxy.UnableToProxyException
newProxySubclassInstance
public static Object newProxySubclassInstance(Class<?> classToProxy,
InvocationHandler ih)
throws org.apache.aries.proxy.UnableToProxyException
- Throws:
org.apache.aries.proxy.UnableToProxyException
isProxySubclass
public static boolean isProxySubclass(Class<?> aClass)
getInvocationHandler
public static InvocationHandler getInvocationHandler(Object o)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.