Uses of Interface
org.smallmind.phalanx.wire.ParameterExtractor
-
Packages that use ParameterExtractor Package Description org.smallmind.phalanx.wire org.smallmind.phalanx.wire.spring -
-
Uses of ParameterExtractor in org.smallmind.phalanx.wire
Classes in org.smallmind.phalanx.wire that implement ParameterExtractor Modifier and Type Class Description classStaticParameterExtractor<T>Methods in org.smallmind.phalanx.wire with parameters of type ParameterExtractor Modifier and Type Method Description static ProxyWireProxyFactory. generateProxy(RequestTransport transport, int version, String serviceName, Class<?> serviceInterface, ParameterExtractor<String> serviceGroupExtractor, ParameterExtractor<String> instanceIdExtractor, ParameterExtractor<Integer> timeoutExtractor)Constructors in org.smallmind.phalanx.wire with parameters of type ParameterExtractor Constructor Description WireInvocationHandler(RequestTransport transport, int version, String serviceName, Class<?> serviceInterface, ParameterExtractor<String> serviceGroupExtractor, ParameterExtractor<String> instanceIdExtractor, ParameterExtractor<Integer> timeoutExtractor) -
Uses of ParameterExtractor in org.smallmind.phalanx.wire.spring
Methods in org.smallmind.phalanx.wire.spring with parameters of type ParameterExtractor Modifier and Type Method Description voidWireProxyFactoryBean. setInstanceIdExtractor(ParameterExtractor<String> instanceIdExtractor)voidWireProxyFactoryBean. setServiceGroupExtractor(ParameterExtractor<String> serviceGroupExtractor)voidWireProxyFactoryBean. setTimeoutExtractor(ParameterExtractor<Integer> timeoutExtractor)
-