|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.endpoint.AbstractEndpoint
org.springframework.integration.gateway.AbstractMessagingGateway
org.springframework.integration.gateway.SimpleMessagingGateway
org.springframework.integration.adapter.RemotingInboundGatewaySupport
public abstract class RemotingInboundGatewaySupport
Support class for inbound Messaging Gateways.
Field Summary |
---|
Fields inherited from class org.springframework.integration.context.IntegrationObjectSupport |
---|
logger |
Constructor Summary | |
---|---|
RemotingInboundGatewaySupport()
|
Method Summary | |
---|---|
Message<?> |
handle(Message<?> message)
|
void |
setExpectReply(boolean expectReply)
Specify whether the gateway should be expected to return a reply. |
Methods inherited from class org.springframework.integration.gateway.SimpleMessagingGateway |
---|
fromMessage, toMessage |
Methods inherited from class org.springframework.integration.gateway.AbstractMessagingGateway |
---|
doStart, doStop, onInit, receive, send, sendAndReceive, sendAndReceiveMessage, setReplyChannel, setReplyTimeout, setRequestChannel, setRequestTimeout, setShouldThrowErrors |
Methods inherited from class org.springframework.integration.endpoint.AbstractEndpoint |
---|
afterPropertiesSet, isRunning, setAutoStartup, setTaskScheduler, start, stop |
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
---|
getBeanFactory, getBeanName, getChannelResolver, getTaskScheduler, setBeanFactory, setBeanName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RemotingInboundGatewaySupport()
Method Detail |
---|
public void setExpectReply(boolean expectReply)
true
'.
public Message<?> handle(Message<?> message)
handle
in interface RemoteMessageHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |