public class MethodInvocationHandler extends java.lang.Object implements IInvocationHandler
| Constructor and Description |
|---|
MethodInvocationHandler(java.lang.Object instance,
java.lang.reflect.Method method,
ISerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
InvocationResult |
apply(java.util.List<java.lang.Object> list,
java.util.Map<java.lang.String,java.lang.Object> map,
InvocationDetails invocationDetails) |
public MethodInvocationHandler(java.lang.Object instance,
java.lang.reflect.Method method,
ISerializer serializer)
public InvocationResult apply(java.util.List<java.lang.Object> list, java.util.Map<java.lang.String,java.lang.Object> map, InvocationDetails invocationDetails)
apply in interface IInvocationHandler