Package org.openiam.mq.gateway
Class AbstractServiceGateway<Request>
- java.lang.Object
-
- org.springframework.amqp.rabbit.core.RabbitGatewaySupport
-
- org.openiam.mq.gateway.AbstractServiceGateway<Request>
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
ConnectorRequestServiceGatewayImpl,RequestServiceGatewayImpl
public abstract class AbstractServiceGateway<Request> extends org.springframework.amqp.rabbit.core.RabbitGatewaySupportCreated by alexander on 06/07/16.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.logging.Loglog
-
Constructor Summary
Constructors Constructor Description AbstractServiceGateway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconvertAndSendWithName(String vhost, String exchange, OpenIAMAPI api, Long delayMillis, Integer priority, Request request, String routingKey)protected ObjectsendAndReceive(String vhost, String exchange, OpenIAMAPI api, Request request, String routingKey)
-