org.apache.aries.proxy.impl.gen
Class ProxySubclassGenerator

java.lang.Object
  extended by org.apache.aries.proxy.impl.gen.ProxySubclassGenerator

public class ProxySubclassGenerator
extends Object


Constructor Summary
ProxySubclassGenerator()
           
 
Method Summary
static InvocationHandler getInvocationHandler(Object o)
           
static Class<?> getProxySubclass(Class<?> aClass)
           
static boolean isProxySubclass(Class<?> aClass)
           
static Object newProxySubclassInstance(Class<?> classToProxy, InvocationHandler ih)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxySubclassGenerator

public ProxySubclassGenerator()
Method Detail

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.