Class MethodInvocationHandler
- java.lang.Object
-
- io.crossbar.autobahn.wamp.reflectionRoles.MethodInvocationHandler
-
- All Implemented Interfaces:
IInvocationHandler
public class MethodInvocationHandler extends java.lang.Object implements IInvocationHandler
-
-
Constructor Summary
Constructors Constructor Description MethodInvocationHandler(java.lang.Object instance, java.lang.reflect.Method method, ISerializer serializer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvocationResultapply(java.util.List<java.lang.Object> list, java.util.Map<java.lang.String,java.lang.Object> map, InvocationDetails invocationDetails)
-
-
-
Constructor Detail
-
MethodInvocationHandler
public MethodInvocationHandler(java.lang.Object instance, java.lang.reflect.Method method, ISerializer serializer)
-
-
Method Detail
-
apply
public InvocationResult apply(java.util.List<java.lang.Object> list, java.util.Map<java.lang.String,java.lang.Object> map, InvocationDetails invocationDetails)
- Specified by:
applyin interfaceIInvocationHandler
-
-