Uses of Interface
org.smallmind.phalanx.wire.transport.RequestTransport
-
-
Uses of RequestTransport in org.smallmind.phalanx.wire
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.spring
Methods in org.smallmind.phalanx.wire.spring 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)voidWireProxyFactoryBean. setRequestTransport(RequestTransport requestTransport) -
Uses of RequestTransport in org.smallmind.phalanx.wire.transport
Classes in org.smallmind.phalanx.wire.transport that implement RequestTransport Modifier and Type Class Description classAbstractRequestTransport -
Uses of RequestTransport in org.smallmind.phalanx.wire.transport.amqp.rabbitmq
Classes in org.smallmind.phalanx.wire.transport.amqp.rabbitmq that implement RequestTransport Modifier and Type Class Description classRabbitMQRequestTransport -
Uses of RequestTransport in org.smallmind.phalanx.wire.transport.jms
Classes in org.smallmind.phalanx.wire.transport.jms that implement RequestTransport Modifier and Type Class Description classJmsRequestTransport -
Uses of RequestTransport in org.smallmind.phalanx.wire.transport.mock
Classes in org.smallmind.phalanx.wire.transport.mock that implement RequestTransport Modifier and Type Class Description classMockRequestTransport -
Uses of RequestTransport in org.smallmind.phalanx.wire.transport.rest
Classes in org.smallmind.phalanx.wire.transport.rest that implement RequestTransport Modifier and Type Class Description classRestRequestTransport
-