public class PrivateInvoker extends SimpleInvoker
| Constructor and Description |
|---|
PrivateInvoker(Object target)
Construct a PrivateInvoker.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args)
Invocation of a method of the proxied object.
|
getTargetpublic PrivateInvoker(Object target)
target - the invocation target.public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
Invokerinvoke in interface Invokerinvoke in class SimpleInvokerproxy - the proxy instance.method - the method to invoke.args - the arguments of the method.Throwable - if the invoked method has thrown.Copyright © 2005–2018 Codehaus. All rights reserved.