public class DispatchingInvoker extends Object implements Invoker
Modifier | Constructor and Description |
---|---|
protected |
DispatchingInvoker()
Constructor used by pure reflection serialization.
|
|
DispatchingInvoker(ProxyFactory proxyFactory,
Class<?>[] types,
ObjectReference<Object>[] delegateReferences)
Construct a DispatchingInvoker.
|
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args)
Invocation of a method of the proxied object.
|
public DispatchingInvoker(ProxyFactory proxyFactory, Class<?>[] types, ObjectReference<Object>[] delegateReferences)
proxyFactory
- the ProxyFactory
to usetypes
- the types of the generated proxydelegateReferences
- the ObjectReferences
for the delegatesprotected DispatchingInvoker()
Copyright © 2005–2016 Codehaus. All rights reserved.