public abstract class AbstractReplyProducingPostProcessingMessageHandler extends AbstractReplyProducingMessageHandler implements PostProcessingMessageHandler
AbstractReplyProducingMessageHandler.RequestHandlerlogger| Constructor and Description |
|---|
AbstractReplyProducingPostProcessingMessageHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Object |
doHandleRequestMessage(org.springframework.messaging.Message<?> requestMessage) |
protected java.lang.Object |
doInvokeAdvisedRequestHandler(org.springframework.messaging.Message<?> message) |
protected java.lang.Object |
handleRequestMessage(org.springframework.messaging.Message<?> requestMessage)
Subclasses must implement this method to handle the request Message.
|
void |
setPostProcessWithinAdvice(boolean postProcessWithinAdvice)
Specify whether the post processing should occur within
the scope of any configured advice classes.
|
doInit, getMessagingTemplate, handleMessageInternal, hasAdviceChain, onInit, setAdviceChain, setBeanClassLoader, setChannelResolver, setOutputChannel, setRequiresReply, setSendTimeout, shouldCopyRequestHeadersgetComponentType, getOrder, handleMessage, setOrder, setShouldTrackafterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpostProcessgetComponentNamepublic AbstractReplyProducingPostProcessingMessageHandler()
public void setPostProcessWithinAdvice(boolean postProcessWithinAdvice)
protected final java.lang.Object handleRequestMessage(org.springframework.messaging.Message<?> requestMessage)
AbstractReplyProducingMessageHandlerhandleRequestMessage in class AbstractReplyProducingMessageHandlerprotected final java.lang.Object doInvokeAdvisedRequestHandler(org.springframework.messaging.Message<?> message)
doInvokeAdvisedRequestHandler in class AbstractReplyProducingMessageHandlerprotected abstract java.lang.Object doHandleRequestMessage(org.springframework.messaging.Message<?> requestMessage)