Spring Integration

Uses of Interface
org.springframework.integration.support.channel.ChannelResolver

Packages that use ChannelResolver
org.springframework.integration.aop   
org.springframework.integration.channel   
org.springframework.integration.config   
org.springframework.integration.config.annotation   
org.springframework.integration.core   
org.springframework.integration.file.config   
org.springframework.integration.handler   
org.springframework.integration.router   
org.springframework.integration.support.channel   
 

Uses of ChannelResolver in org.springframework.integration.aop
 

Methods in org.springframework.integration.aop with parameters of type ChannelResolver
 void MessagePublishingInterceptor.setChannelResolver(ChannelResolver channelResolver)
           
 

Uses of ChannelResolver in org.springframework.integration.channel
 

Classes in org.springframework.integration.channel that implement ChannelResolver
 class MapBasedChannelResolver
          ChannelResolver implementation that resolves MessageChannel instances by matching the channel name against keys within a Map.
 

Constructors in org.springframework.integration.channel with parameters of type ChannelResolver
MessagePublishingErrorHandler(ChannelResolver channelResolver)
           
 

Uses of ChannelResolver in org.springframework.integration.config
 

Methods in org.springframework.integration.config with parameters of type ChannelResolver
 void RouterFactoryBean.setChannelResolver(ChannelResolver channelResolver)
           
 

Uses of ChannelResolver in org.springframework.integration.config.annotation
 

Fields in org.springframework.integration.config.annotation declared as ChannelResolver
protected  ChannelResolver AbstractMethodAnnotationPostProcessor.channelResolver
           
 

Uses of ChannelResolver in org.springframework.integration.core
 

Methods in org.springframework.integration.core with parameters of type ChannelResolver
 void MessagingTemplate.setChannelResolver(ChannelResolver channelResolver)
          Set the ChannelResolver that is to be used to resolve MessageChannel references for this template.
 

Uses of ChannelResolver in org.springframework.integration.file.config
 

Methods in org.springframework.integration.file.config with parameters of type ChannelResolver
 void FileWritingMessageHandlerFactoryBean.setChannelResolver(ChannelResolver channelResolver)
           
 

Uses of ChannelResolver in org.springframework.integration.handler
 

Methods in org.springframework.integration.handler with parameters of type ChannelResolver
 void AbstractReplyProducingMessageHandler.setChannelResolver(ChannelResolver channelResolver)
          Set the ChannelResolver to be used when there is no default output channel.
 

Uses of ChannelResolver in org.springframework.integration.router
 

Methods in org.springframework.integration.router with parameters of type ChannelResolver
 void AbstractChannelNameResolvingMessageRouter.setChannelResolver(ChannelResolver channelResolver)
          Specify the ChannelResolver strategy to use.
 

Uses of ChannelResolver in org.springframework.integration.support.channel
 

Classes in org.springframework.integration.support.channel that implement ChannelResolver
 class BeanFactoryChannelResolver
          ChannelResolver implementation based on a Spring BeanFactory.
 


Spring Integration

Copyright © 2010. All Rights Reserved.