public class MethodInvokingSplitter extends AbstractMessageSplitter
AbstractReplyProducingMessageHandler.RequestHandlermessagingTemplateEXPRESSION_PARSER, logger| Constructor and Description |
|---|
MethodInvokingSplitter(java.lang.Object object) |
MethodInvokingSplitter(java.lang.Object object,
java.lang.reflect.Method method) |
MethodInvokingSplitter(java.lang.Object object,
java.lang.String methodName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInit() |
boolean |
isRunning() |
protected java.lang.Object |
splitMessage(org.springframework.messaging.Message<?> message)
Subclasses must override this method to split the received Message.
|
void |
start() |
void |
stop() |
addHeaders, getComponentType, handleRequestMessage, produceOutput, setApplySequence, shouldCopyRequestHeaders, willAddHeadersdoInvokeAdvisedRequestHandler, getRequiresReply, handleMessageInternal, hasAdviceChain, onInit, setAdviceChain, setBeanClassLoader, setRequiresReplycreateOutputMessage, getOutputChannel, isAsync, resolveErrorChannel, sendErrorMessage, sendOutput, sendOutputs, setAsync, setOutputChannel, setOutputChannelName, setSendTimeout, shouldSplitOutputconfigureMetrics, getActiveCount, getActiveCountLong, getDuration, getErrorCount, getErrorCountLong, getHandleCount, getHandleCountLong, getManagedName, getManagedType, getMaxDuration, getMeanDuration, getMinDuration, getOrder, getStandardDeviationDuration, handleMessage, isCountsEnabled, isLoggingEnabled, isStatsEnabled, onComplete, onError, onNext, onSubscribe, reset, setCountsEnabled, setLoggingEnabled, setManagedName, setManagedType, setOrder, setShouldTrack, setStatsEnabledafterPropertiesSet, extractTypeIfPossible, getApplicationContext, getApplicationContextId, getBeanFactory, getChannelResolver, getComponentName, getConversionService, getExpression, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, setPrimaryExpression, setTaskScheduler, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComponentNamepublic MethodInvokingSplitter(java.lang.Object object,
java.lang.reflect.Method method)
public MethodInvokingSplitter(java.lang.Object object,
java.lang.String methodName)
public MethodInvokingSplitter(java.lang.Object object)
protected void doInit()
doInit in class AbstractReplyProducingMessageHandlerprotected final java.lang.Object splitMessage(org.springframework.messaging.Message<?> message)
AbstractMessageSplittersplitMessage in class AbstractMessageSplittermessage - The message.public void start()
start in interface org.springframework.context.Lifecyclepublic void stop()
stop in interface org.springframework.context.Lifecyclepublic boolean isRunning()
isRunning in interface org.springframework.context.Lifecycle