Spring Integration

Uses of Interface
org.springframework.integration.core.SubscribableChannel

Packages that use SubscribableChannel
org.springframework.integration.channel   
org.springframework.integration.control   
org.springframework.integration.endpoint   
org.springframework.integration.jms   
 

Uses of SubscribableChannel in org.springframework.integration.channel
 

Classes in org.springframework.integration.channel that implement SubscribableChannel
 class AbstractSubscribableChannel
          Base implementation of MessageChannel that invokes the subscribed handler(s) by delegating to a MessageDispatcher.
 class DirectChannel
          A channel that invokes a single subscriber for each sent Message.
 class ExecutorChannel
          An implementation of MessageChannel that delegates to an instance of UnicastingDispatcher which in turn delegates all dispatching invocations to an Executor.
 class PublishSubscribeChannel
          A channel that sends Messages to each of its subscribers.
 

Uses of SubscribableChannel in org.springframework.integration.control
 

Methods in org.springframework.integration.control that return SubscribableChannel
 SubscribableChannel ControlBus.getOperationChannel()
          Returns the channel to which operation-invoking Messages may be sent.
 

Methods in org.springframework.integration.control with parameters of type SubscribableChannel
 void ControlBus.setOperationChannel(SubscribableChannel operationChannel)
           
 

Uses of SubscribableChannel in org.springframework.integration.endpoint
 

Constructors in org.springframework.integration.endpoint with parameters of type SubscribableChannel
EventDrivenConsumer(SubscribableChannel inputChannel, MessageHandler handler)
           
 

Uses of SubscribableChannel in org.springframework.integration.jms
 

Classes in org.springframework.integration.jms that implement SubscribableChannel
 class JmsDestinationBackedMessageChannel
          A MessageChannel implementation that is actually backed by a JMS Destination.
 


Spring Integration

Copyright © 2010. All Rights Reserved.