net.neoremind.dynamicproxy.support
类 InterceptorInvoker

java.lang.Object
  继承者 net.neoremind.dynamicproxy.support.AbstractInvoker
      继承者 net.neoremind.dynamicproxy.support.InterceptorInvoker
所有已实现的接口:
Serializable, ObjectInvoker

public class InterceptorInvoker
extends AbstractInvoker

作者:
zhangxu
另请参见:
序列化表格

构造方法摘要
InterceptorInvoker(Object target, Interceptor methodInterceptor)
           
 
方法摘要
 Object invokeImpl(Object proxy, Method method, Object[] args)
           
 
从类 net.neoremind.dynamicproxy.support.AbstractInvoker 继承的方法
invoke
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

InterceptorInvoker

public InterceptorInvoker(Object target,
                          Interceptor methodInterceptor)
方法详细信息

invokeImpl

public Object invokeImpl(Object proxy,
                         Method method,
                         Object[] args)
                  throws Throwable
指定者:
AbstractInvoker 中的 invokeImpl
抛出:
Throwable


Copyright © 2016 neoremind. All rights reserved.