Package org.smallmind.phalanx.wire
Class WireInvocationHandler
java.lang.Object
org.smallmind.phalanx.wire.WireInvocationHandler
- All Implemented Interfaces:
InvocationHandler
-
Constructor Summary
ConstructorsConstructorDescriptionWireInvocationHandler(RequestTransport transport, int version, String serviceName, Class<?> serviceInterface, ParameterExtractor<String> serviceGroupExtractor, ParameterExtractor<String> instanceIdExtractor, ParameterExtractor<Long> timeoutExtractor) -
Method Summary
-
Constructor Details
-
WireInvocationHandler
public WireInvocationHandler(RequestTransport transport, int version, String serviceName, Class<?> serviceInterface, ParameterExtractor<String> serviceGroupExtractor, ParameterExtractor<String> instanceIdExtractor, ParameterExtractor<Long> timeoutExtractor) throws Exception - Throws:
Exception
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-