public class MethodInvokingRouter extends AbstractMappingMessageRouter
DestinationResolver is required.logger| Constructor and Description |
|---|
MethodInvokingRouter(java.lang.Object object) |
MethodInvokingRouter(java.lang.Object object,
java.lang.reflect.Method method) |
MethodInvokingRouter(java.lang.Object object,
java.lang.String methodName) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<java.lang.Object> |
getChannelKeys(org.springframework.messaging.Message<?> message)
Subclasses must implement this method to return the channel keys.
|
void |
onInit()
Subclasses may implement this for initialization logic.
|
determineTargetChannels, getChannelMappings, removeChannelMapping, setChannelMapping, setChannelMappings, setChannelResolver, setPrefix, setResolutionRequired, setSuffixgetComponentType, getMessagingTemplate, getRequiredConversionService, handleMessageInternal, setApplySequence, setDefaultOutputChannel, setIgnoreSendFailures, setTimeoutgetOrder, 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, waitgetComponentNamepublic MethodInvokingRouter(java.lang.Object object,
java.lang.reflect.Method method)
public MethodInvokingRouter(java.lang.Object object,
java.lang.String methodName)
public MethodInvokingRouter(java.lang.Object object)
public final void onInit()
IntegrationObjectSupportonInit in class AbstractMappingMessageRouterprotected java.util.List<java.lang.Object> getChannelKeys(org.springframework.messaging.Message<?> message)
AbstractMappingMessageRoutergetChannelKeys in class AbstractMappingMessageRouter