|
|||||||||
| 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.gateway.GatewayInvokingMessageHandler
public class GatewayInvokingMessageHandler
Will decorate 'gateway' as MessageHandler so it could be included in the chain.
| 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 | |
|---|---|
GatewayInvokingMessageHandler(org.springframework.integration.gateway.GenericSendAndRecieveGateway gateway)
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
handleRequestMessage(Message<?> requestMessage)
Will simply delegate to the original gateway |
| Methods inherited from class org.springframework.integration.handler.AbstractReplyProducingMessageHandler |
|---|
getOutputChannel, handleMessageInternal, handleResult, sendReplyMessage, setBeanFactory, setChannelResolver, setOutputChannel, setRequiresReply, setSendTimeout |
| Methods inherited from class org.springframework.integration.handler.AbstractMessageHandler |
|---|
getOrder, handleMessage, resolveReplyChannel, setOrder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GatewayInvokingMessageHandler(org.springframework.integration.gateway.GenericSendAndRecieveGateway gateway)
gateway - | Method Detail |
|---|
protected java.lang.Object handleRequestMessage(Message<?> requestMessage)
handleRequestMessage in class AbstractReplyProducingMessageHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||