public class NullInvoker extends Object implements Invoker
Invoker implementation that returns always new Null objects.| Constructor and Description |
|---|
NullInvoker(Class<?> type,
ProxyFactory proxyFactory)
Construct a NullInvoker.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args)
Invocation of a method of the proxied object.
|
public NullInvoker(Class<?> type, ProxyFactory proxyFactory)
type - the type of the proxyproxyFactory - the ProxyFactory to useCopyright © 2005–2018 Codehaus. All rights reserved.