Class AbstractCollectorPipe<C extends ICollector<P>,P>

Type Parameters:
C - Collector instance
P - parts that are added to the collector
All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasTransactionAttribute, IConfigurable, IForwardTarget, IPipe, IScopeProvider, IWithParameters, NameAware, EventThrowing, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle
Direct Known Subclasses:
ZipWriterPipe

public abstract class AbstractCollectorPipe<C extends ICollector<P>,P> extends FixedForwardPipe
Base class for pipes that can collect items, such as multipart messages and zip archives.
Author:
Niels Meijer