org.springframework.integration.channel
Interface ChannelRegistryAware

All Known Implementing Classes:
AbstractRoutingMessageHandler, ConcurrencyInterceptor, DefaultEndpoint, MultiChannelRouter, PayloadTypeRouter, RecipientListRouter, RootCauseErrorMessageRouter, SingleChannelRouter

public interface ChannelRegistryAware

Interface to be implemented by components that need access to the ChannelRegistry.

Author:
Mark Fisher

Method Summary
 void setChannelRegistry(ChannelRegistry channelRegistry)
           
 

Method Detail

setChannelRegistry

void setChannelRegistry(ChannelRegistry channelRegistry)