com.jdon.container.interceptor
类 ProxyFactory

java.lang.Object
  继承者 com.jdon.container.interceptor.ProxyFactory

public class ProxyFactory
extends Object


构造方法摘要
ProxyFactory()
           
 
方法摘要
 Object createProxy(net.sf.cglib.proxy.MethodInterceptor methodInterceptor, Object target, Class[] interfaces)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ProxyFactory

public ProxyFactory()
方法详细信息

createProxy

public Object createProxy(net.sf.cglib.proxy.MethodInterceptor methodInterceptor,
                          Object target,
                          Class[] interfaces)


Copyright © 2013. All Rights Reserved.