net.neoremind.dynamicproxy.support
类 AbstractInvoker

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

public abstract class AbstractInvoker
extends Object
implements ObjectInvoker, Serializable

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

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

构造方法详细信息

AbstractInvoker

public AbstractInvoker()
方法详细信息

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object... args)
              throws Throwable
指定者:
接口 ObjectInvoker 中的 invoke
抛出:
Throwable

invokeImpl

public abstract Object invokeImpl(Object proxy,
                                  Method method,
                                  Object[] args)
                           throws Throwable
抛出:
Throwable


Copyright © 2016 neoremind. All rights reserved.