|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.channel.factory.AbstractChannelFactory
public abstract class AbstractChannelFactory
Base class for ChannelFactory implementations. Subclasses should
override createChannelInternal().
| Constructor Summary | |
|---|---|
AbstractChannelFactory()
|
|
| Method Summary | |
|---|---|
protected abstract AbstractMessageChannel |
createChannelInternal(DispatcherPolicy dispatcherPolicy)
Factory method to be overridden by subclasses. |
MessageChannel |
getChannel(DispatcherPolicy dispatcherPolicy,
java.util.List<ChannelInterceptor> interceptors)
Creates a channel, based on the provided dispatcher policy, and with the given interceptors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractChannelFactory()
| Method Detail |
|---|
public final MessageChannel getChannel(DispatcherPolicy dispatcherPolicy,
java.util.List<ChannelInterceptor> interceptors)
ChannelFactory
getChannel in interface ChannelFactoryprotected abstract AbstractMessageChannel createChannelInternal(DispatcherPolicy dispatcherPolicy)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||