org.springframework.integration.gateway
Class RemotingInboundGatewaySupport
java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.endpoint.AbstractEndpoint
org.springframework.integration.gateway.AbstractMessagingGateway
org.springframework.integration.gateway.SimpleMessagingGateway
org.springframework.integration.gateway.RemotingInboundGatewaySupport
- All Implemented Interfaces:
- BeanFactoryAware, BeanNameAware, InitializingBean, Lifecycle, Phased, SmartLifecycle, RequestReplyExchanger, NamedComponent
- Direct Known Subclasses:
- HttpInvokerInboundGateway, RmiInboundGateway
public abstract class RemotingInboundGatewaySupport
- extends SimpleMessagingGateway
- implements RequestReplyExchanger
Support class for inbound Messaging Gateways.
- Author:
- Mark Fisher
Methods inherited from class org.springframework.integration.gateway.AbstractMessagingGateway |
doStart, doStop, getComponentType, onInit, receive, send, setExceptionMapper, setReplyChannel, setReplyTimeout, setRequestChannel, setRequestTimeout, setShouldThrowErrors |
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
afterPropertiesSet, getBeanFactory, getChannelResolver, getComponentName, getConversionService, getTaskScheduler, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, toString, writeMessageHistory |
RemotingInboundGatewaySupport
public RemotingInboundGatewaySupport()
setExpectReply
public void setExpectReply(boolean expectReply)
- Specify whether the gateway should be expected to return a reply.
The default is '
true
'.
exchange
public Message<?> exchange(Message<?> message)
- Specified by:
exchange
in interface RequestReplyExchanger
Copyright © 2010. All Rights Reserved.