public class MethodInvokingRouter extends AbstractMappingMessageRouter
ChannelResolver
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(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, setSuffix
getComponentType, getMessagingTemplate, getRequiredConversionService, handleMessageInternal, setApplySequence, setDefaultOutputChannel, setIgnoreSendFailures, setTimeout
getOrder, handleMessage, setOrder, setShouldTrack
afterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getComponentName
public 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()
IntegrationObjectSupport
onInit
in class AbstractMappingMessageRouter
protected java.util.List<java.lang.Object> getChannelKeys(Message<?> message)
AbstractMappingMessageRouter
getChannelKeys
in class AbstractMappingMessageRouter