org.springframework.integration.channel.factory
Class RendezvousChannelFactory

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

public class RendezvousChannelFactory
extends AbstractChannelFactory

A ChannelFactory for creating RendezvousChannel instances.

Author:
Marius Bogoevici

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

RendezvousChannelFactory

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