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

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

public abstract class CollectorPipeBase<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