Spring Integration

Uses of Package
org.springframework.integration.channel

Packages that use org.springframework.integration.channel
org.springframework.integration.channel   
org.springframework.integration.channel.interceptor   
org.springframework.integration.transformer   
 

Classes in org.springframework.integration.channel used by org.springframework.integration.channel
AbstractMessageChannel
          Base class for MessageChannel implementations providing common properties such as the channel name.
AbstractMessageChannel.ChannelInterceptorList
          A convenience wrapper class for the list of ChannelInterceptors.
AbstractPollableChannel
          Base class for all pollable channels.
AbstractSubscribableChannel
          Base implementation of MessageChannel that invokes the subscribed handler(s) by delegating to a MessageDispatcher.
ChannelInterceptor
          Interface for interceptors that are able to view and/or modify the Messages being sent-to and/or received-from a MessageChannel.
QueueChannel
          Simple implementation of a message channel.
 

Classes in org.springframework.integration.channel used by org.springframework.integration.channel.interceptor
ChannelInterceptor
          Interface for interceptors that are able to view and/or modify the Messages being sent-to and/or received-from a MessageChannel.
 

Classes in org.springframework.integration.channel used by org.springframework.integration.transformer
ChannelInterceptor
          Interface for interceptors that are able to view and/or modify the Messages being sent-to and/or received-from a MessageChannel.
 


Spring Integration

Copyright © 2010. All Rights Reserved.