org.springframework.integration.channel.factory
Class ThreadLocalChannelFactory

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

public class ThreadLocalChannelFactory
extends AbstractChannelFactory

A ChannelFactory implementation for creating ThreadLocalChannel instances.

Author:
Mark Fisher

Constructor Summary
ThreadLocalChannelFactory()
           
 
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

ThreadLocalChannelFactory

public ThreadLocalChannelFactory()
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