|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.handler.AbstractMessageHandler
org.springframework.integration.router.AbstractMessageRouter
org.springframework.integration.router.AbstractSingleChannelNameRouter
public abstract class AbstractSingleChannelNameRouter
Extends AbstractChannelNameResolvingMessageRouter to support router
implementations that always return a single channel name (or null).
| Field Summary |
|---|
| Fields inherited from class org.springframework.integration.router.AbstractMessageRouter |
|---|
channelIdentifierMap |
| Fields inherited from class org.springframework.integration.handler.AbstractMessageHandler |
|---|
logger |
| Fields inherited from interface org.springframework.core.Ordered |
|---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Constructor Summary | |
|---|---|
AbstractSingleChannelNameRouter()
|
|
| Method Summary | |
|---|---|
protected abstract java.lang.String |
determineTargetChannelName(Message<?> message)
Subclasses must implement this method to return the channel name. |
protected java.util.List<java.lang.Object> |
getChannelIndicatorList(Message<?> message)
Subclasses must implement this method to return the channel indicators. |
| Methods inherited from class org.springframework.integration.router.AbstractMessageRouter |
|---|
determineTargetChannels, getComponentType, getMessagingTemplate, getRequiredConversionService, handleMessageInternal, onInit, removeChannelMapping, setApplySequence, setChannelIdentifierMap, setChannelMapping, setChannelResolver, setDefaultOutputChannel, setIgnoreChannelNameResolutionFailures, setIgnoreSendFailures, setPrefix, setResolutionRequired, setSuffix, setTimeout |
| Methods inherited from class org.springframework.integration.handler.AbstractMessageHandler |
|---|
getOrder, handleMessage, setOrder, setShouldTrack |
| Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
|---|
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getTaskScheduler, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.springframework.integration.context.NamedComponent |
|---|
getComponentName |
| Constructor Detail |
|---|
public AbstractSingleChannelNameRouter()
| Method Detail |
|---|
protected final java.util.List<java.lang.Object> getChannelIndicatorList(Message<?> message)
AbstractMessageRouter
getChannelIndicatorList in class AbstractMessageRouterprotected abstract java.lang.String determineTargetChannelName(Message<?> message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||