Uses of Interface
org.smallmind.phalanx.wire.RequestTransport
-
-
Uses of RequestTransport in org.smallmind.phalanx.wire
Classes in org.smallmind.phalanx.wire that implement RequestTransport Modifier and Type Class Description classAbstractRequestTransportMethods in org.smallmind.phalanx.wire with parameters of type RequestTransport 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 RequestTransport Constructor Description WireInvocationHandler(RequestTransport transport, int version, String serviceName, Class<?> serviceInterface, ParameterExtractor<String> serviceGroupExtractor, ParameterExtractor<String> instanceIdExtractor, ParameterExtractor<Integer> timeoutExtractor) -
Uses of RequestTransport in org.smallmind.phalanx.wire.amqp.rabbitmq
Classes in org.smallmind.phalanx.wire.amqp.rabbitmq that implement RequestTransport Modifier and Type Class Description classRabbitMQRequestTransport -
Uses of RequestTransport in org.smallmind.phalanx.wire.jms
Classes in org.smallmind.phalanx.wire.jms that implement RequestTransport Modifier and Type Class Description classJmsRequestTransport -
Uses of RequestTransport in org.smallmind.phalanx.wire.mock
Classes in org.smallmind.phalanx.wire.mock that implement RequestTransport Modifier and Type Class Description classMockRequestTransport -
Uses of RequestTransport in org.smallmind.phalanx.wire.spring
Methods in org.smallmind.phalanx.wire.spring with parameters of type RequestTransport Modifier and Type Method Description voidWireProxyFactoryBean. setRequestTransport(RequestTransport requestTransport)
-