Class MethodInvoker
java.lang.Object
org.smallmind.phalanx.wire.transport.MethodInvoker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMethodology(Function function) remoteInvocation(WireContext[] contexts, Function function, Object... arguments)
-
Constructor Details
-
MethodInvoker
public MethodInvoker(Object targetObject, Class<?> serviceInterface) throws NoSuchMethodException, ServiceDefinitionException
-
-
Method Details
-
match
-
getMethodology
- Throws:
MissingInvocationException
-
remoteInvocation
public Object remoteInvocation(WireContext[] contexts, Function function, Object... arguments) throws Exception - Throws:
Exception
-