org.springframework.integration.channel.factory
Class DirectChannelFactory

java.lang.Object
  extended by org.springframework.integration.channel.factory.AbstractChannelFactory
      extended by org.springframework.integration.channel.factory.DirectChannelFactory
All Implemented Interfaces:
ChannelFactory

public class DirectChannelFactory
extends AbstractChannelFactory

A ChannelFactory for creating DirectChannel instances.

Author:
Marius Bogoevici

Constructor Summary
DirectChannelFactory()
           
 
Method Summary
protected  AbstractMessageChannel createChannelInternal()
          Factory method to be overridden by subclasses.
 
Methods inherited from class org.springframework.integration.channel.factory.AbstractChannelFactory
getChannel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectChannelFactory

public DirectChannelFactory()
Method Detail

createChannelInternal

protected AbstractMessageChannel createChannelInternal()
Description copied from class: AbstractChannelFactory
Factory method to be overridden by subclasses. It assumes that subclasses will return subclasses of AbstractMessageChannel.

Specified by:
createChannelInternal in class AbstractChannelFactory