|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.gateway.MessagingGatewaySupport
org.springframework.integration.gateway.SimpleMessagingGateway
org.springframework.integration.adapter.AbstractRemotingGateway
public abstract class AbstractRemotingGateway
Base class for gateway adapters.
Field Summary | |
---|---|
private boolean |
expectReply
|
Constructor Summary | |
---|---|
AbstractRemotingGateway(MessageChannel requestChannel)
|
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 |
---|
receive, receiveAndForward, send, sendAndReceive, sendAndReceiveMessage, setMessageBus, setMessageCreator, setMessageMapper, setReplyChannel, setReplyMapCapacity, setReplyTimeout, setRequestChannel |
Methods inherited from class org.springframework.integration.gateway.MessagingGatewaySupport |
---|
getMessageExchangeTemplate, setRequestTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private volatile boolean expectReply
Constructor Detail |
---|
public AbstractRemotingGateway(MessageChannel requestChannel)
Method Detail |
---|
public void setExpectReply(boolean expectReply)
true
'.
public Message<?> handle(Message<?> message)
handle
in interface MessageHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |