public class HandlerInvoker extends Object implements Invoker
InvocationHandler接口调整为Commons Proxy的Invoker接口| Constructor and Description |
|---|
HandlerInvoker(InvocationHandler invocationHandler) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] arguments)
调用方法
如果在尝试调用方法时出现问题,实现应该抛出异常
|
Copyright © 2020. All rights reserved.