net.vidageek.mirror.proxy.cglib
Class CGLibProxyReflectionProvider

java.lang.Object
  extended by net.vidageek.mirror.proxy.cglib.CGLibProxyReflectionProvider
All Implemented Interfaces:
ProxyReflectionProvider

public class CGLibProxyReflectionProvider
extends Object
implements ProxyReflectionProvider

Author:
Juliano Alves

Constructor Summary
CGLibProxyReflectionProvider(Class<?> clazz, List<Class<?>> interfaces, MethodInterceptor... methodInterceptors)
           
 
Method Summary
 Object createProxy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CGLibProxyReflectionProvider

public CGLibProxyReflectionProvider(Class<?> clazz,
                                    List<Class<?>> interfaces,
                                    MethodInterceptor... methodInterceptors)
Method Detail

createProxy

public Object createProxy()
Specified by:
createProxy in interface ProxyReflectionProvider


Copyright © 2011 VidaGeek.net. All Rights Reserved.