Class MethodInvoker
- java.lang.Object
-
- org.smallmind.phalanx.wire.transport.MethodInvoker
-
public class MethodInvoker extends Object
-
-
Constructor Summary
Constructors Constructor Description MethodInvoker(Object targetObject, Class<?> serviceInterface)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodologygetMethodology(Function function)Functionmatch(Function partialFunction)ObjectremoteInvocation(WireContext[] contexts, Function function, Object... arguments)
-
-
-
Constructor Detail
-
MethodInvoker
public MethodInvoker(Object targetObject, Class<?> serviceInterface) throws NoSuchMethodException, ServiceDefinitionException
-
-
Method Detail
-
getMethodology
public Methodology getMethodology(Function function) throws MissingInvocationException
- Throws:
MissingInvocationException
-
-