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
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 Details
-
MethodInvocationHandler
public MethodInvocationHandler(java.lang.Object instance, java.lang.reflect.Method method, ISerializer serializer)
-
-
Method Details
-
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
-