qihoo.open.v1.core
类 RequestProxy

java.lang.Object
  继承者 qihoo.open.v1.core.RequestProxy
所有已实现的接口:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

public class RequestProxy
extends Object
implements net.sf.cglib.proxy.MethodInterceptor


字段摘要
protected  VersionService service
           
 
构造方法摘要
RequestProxy()
           
RequestProxy(VersionService service)
           
 
方法摘要
static
<T extends BaseService>
T
getAuthInstance(Class<T> clazz, RequestProxy proxy)
          代理方法
 Object intercept(Object proxyClazz, Method orcMethod, Object[] paramenters, net.sf.cglib.proxy.MethodProxy executeMethod)
          方法拦截器
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

service

protected VersionService service
构造方法详细信息

RequestProxy

public RequestProxy()

RequestProxy

public RequestProxy(VersionService service)
方法详细信息

getAuthInstance

public static <T extends BaseService> T getAuthInstance(Class<T> clazz,
                                                        RequestProxy proxy)
代理方法

参数:
clazz -
proxy -
返回:
T

intercept

public Object intercept(Object proxyClazz,
                        Method orcMethod,
                        Object[] paramenters,
                        net.sf.cglib.proxy.MethodProxy executeMethod)
                 throws Throwable
方法拦截器

指定者:
接口 net.sf.cglib.proxy.MethodInterceptor 中的 intercept
抛出:
Throwable


Copyright © 2013. All rights reserved.