|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.handler.AbstractMessageHandler
org.springframework.integration.router.AbstractMessageRouter
org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
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.handler.AbstractMessageHandler |
---|
logger |
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.lang.String[] |
determineTargetChannelNames(Message<?> message)
Subclasses must implement this method to return the channel name(s). |
Methods inherited from class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter |
---|
afterPropertiesSet, determineTargetChannels, setBeanFactory, setChannelResolver, setPrefix, setSuffix |
Methods inherited from class org.springframework.integration.router.AbstractMessageRouter |
---|
handleMessageInternal, setDefaultOutputChannel, setResolutionRequired, setTimeout |
Methods inherited from class org.springframework.integration.handler.AbstractMessageHandler |
---|
handleMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSingleChannelNameRouter()
Method Detail |
---|
protected final java.lang.String[] determineTargetChannelNames(Message<?> message)
AbstractChannelNameResolvingMessageRouter
determineTargetChannelNames
in class AbstractChannelNameResolvingMessageRouter
protected abstract java.lang.String determineTargetChannelName(Message<?> message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |