Package org.smallmind.phalanx.wire
Class WireInvocationHandler
- java.lang.Object
-
- org.smallmind.phalanx.wire.WireInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler
public class WireInvocationHandler extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description WireInvocationHandler(RequestTransport transport, int version, String serviceName, Class<?> serviceInterface, ParameterExtractor<String> serviceGroupExtractor, ParameterExtractor<String> instanceIdExtractor, ParameterExtractor<Long> timeoutExtractor)
-
-
-
Constructor Detail
-
WireInvocationHandler
public WireInvocationHandler(RequestTransport transport, int version, String serviceName, Class<?> serviceInterface, ParameterExtractor<String> serviceGroupExtractor, ParameterExtractor<String> instanceIdExtractor, ParameterExtractor<Long> timeoutExtractor) throws Exception
- Throws:
Exception
-
-