Package org.frankframework.collection
package org.frankframework.collection
-
ClassDescriptionAbstractCollectorPipe<C extends ICollector<P>, P>Base class for pipes that can collect items, such as multipart messages and zip archives.AbstractCollectorSender<C extends ICollector<P>, P>Sender that writes an item to a collection, created by
AbstractCollectorPipewithaction=OPEN.Collection<C extends ICollector<P>, P>Aggregator which handles the collection ofcollector parts.ICollector<P>Implementations should convert their input to a 'usable' part.