org.springframework.integration.gateway
Class RemotingInboundGatewaySupport
java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.endpoint.AbstractEndpoint
org.springframework.integration.gateway.MessagingGatewaySupport
org.springframework.integration.gateway.RemotingInboundGatewaySupport
- All Implemented Interfaces:
- BeanFactoryAware, BeanNameAware, InitializingBean, Lifecycle, Phased, SmartLifecycle, NamedComponent, RequestReplyExchanger, TrackableComponent
- Direct Known Subclasses:
- HttpInvokerInboundGateway, RmiInboundGateway
public abstract class RemotingInboundGatewaySupport
- extends MessagingGatewaySupport
- implements RequestReplyExchanger
Support class for inbound Messaging Gateways.
- Author:
- Mark Fisher
Methods inherited from class org.springframework.integration.gateway.MessagingGatewaySupport |
doStart, doStop, getComponentType, onInit, receive, send, sendAndReceive, sendAndReceiveMessage, setExceptionMapper, setReplyChannel, setReplyMapper, setReplyTimeout, setRequestChannel, setRequestMapper, setRequestTimeout, setShouldThrowErrors, setShouldTrack |
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getRequiredMetadataPersister, getTaskScheduler, setBeanFactory, setBeanName, setComponentName, setConversionService, toString |
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.