|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.handler.AbstractMessageHandler
org.springframework.integration.handler.AbstractReplyProducingMessageHandler
org.springframework.integration.adapter.AbstractRemotingOutboundGateway
public abstract class AbstractRemotingOutboundGateway
A base class for outbound Messaging Gateways that use url-based remoting.
| Field Summary |
|---|
| Fields inherited from class org.springframework.integration.handler.AbstractReplyProducingMessageHandler |
|---|
DEFAULT_SEND_TIMEOUT |
| Fields inherited from class org.springframework.integration.handler.AbstractMessageHandler |
|---|
logger |
| Fields inherited from interface org.springframework.core.Ordered |
|---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Constructor Summary | |
|---|---|
AbstractRemotingOutboundGateway(java.lang.String url)
|
|
| Method Summary | |
|---|---|
protected abstract RemoteMessageHandler |
createHandlerProxy(java.lang.String url)
Subclasses must implement this method. |
void |
handleRequestMessage(Message<?> message,
ReplyMessageHolder replyHolder)
|
void |
setReplyChannel(MessageChannel replyChannel)
|
| Methods inherited from class org.springframework.integration.handler.AbstractReplyProducingMessageHandler |
|---|
getOutputChannel, handleMessageInternal, sendReplyMessage, setBeanFactory, setChannelResolver, setOutputChannel, setRequiresReply, setSendTimeout |
| Methods inherited from class org.springframework.integration.handler.AbstractMessageHandler |
|---|
getOrder, handleMessage, setOrder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRemotingOutboundGateway(java.lang.String url)
| Method Detail |
|---|
public void setReplyChannel(MessageChannel replyChannel)
protected abstract RemoteMessageHandler createHandlerProxy(java.lang.String url)
public final void handleRequestMessage(Message<?> message,
ReplyMessageHolder replyHolder)
handleRequestMessage in class AbstractReplyProducingMessageHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||