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.
|
getTarget
public PrivateInvoker(Object target)
target
- the invocation target.public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
Invoker
invoke
in interface Invoker
invoke
in class SimpleInvoker
proxy
- the proxy instance.method
- the method to invoke.args
- the arguments of the method.Throwable
- if the invoked method has thrown.Copyright © 2005–2022 Codehaus. All rights reserved.