Package | Description |
---|---|
org.springframework.integration.aop |
Provides classes to support message publication using AOP.
|
org.springframework.integration.channel |
Provides classes representing various channel types.
|
org.springframework.integration.config.annotation |
Provides classes supporting annotation-based configuration.
|
org.springframework.integration.core |
Provides core classes.
|
org.springframework.integration.handler |
Provides classes implementing various types of message handler.
|
org.springframework.integration.router |
Provides classes supporting the router pattern.
|
org.springframework.integration.support.channel |
Provides classes supporting channel resolution.
|
Modifier and Type | Method and Description |
---|---|
void |
MessagePublishingInterceptor.setChannelResolver(ChannelResolver channelResolver) |
Constructor and Description |
---|
MessagePublishingErrorHandler(ChannelResolver channelResolver) |
Modifier and Type | Field and Description |
---|---|
protected ChannelResolver |
AbstractMethodAnnotationPostProcessor.channelResolver |
Modifier and Type | Method and Description |
---|---|
void |
MessagingTemplate.setChannelResolver(ChannelResolver channelResolver)
Set the
ChannelResolver that is to be used to resolve
MessageChannel references for this template. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractReplyProducingMessageHandler.setChannelResolver(ChannelResolver channelResolver)
Set the ChannelResolver to be used when there is no default output channel.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMappingMessageRouter.setChannelResolver(ChannelResolver channelResolver)
Specify the
ChannelResolver strategy to use. |
Modifier and Type | Class and Description |
---|---|
class |
BeanFactoryChannelResolver
ChannelResolver implementation based on a Spring BeanFactory . |
Copyright © 2017. All rights reserved.