public class DispatchingInvoker extends java.lang.Object implements Invoker
| Modifier | Constructor and Description |
|---|---|
protected |
DispatchingInvoker()
Constructor used by pure reflection serialization.
|
|
DispatchingInvoker(ProxyFactory proxyFactory,
java.lang.Class[] types,
ObjectReference[] delegateReferences)
Construct a DispatchinInvoker.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Invocation of a method of the proxied object.
|
public DispatchingInvoker(ProxyFactory proxyFactory, java.lang.Class[] types, ObjectReference[] delegateReferences)
proxyFactory - the ProxyFactory to usetypes - the types of the generated proxydelegateReferences - the ObjectReferences for the delegatesprotected DispatchingInvoker()
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
Invoker