Class StreamLineIteratorPipe

All Implemented Interfaces:
HasSender, HasTransactionAttribute, IConfigurable, IConfigurationAware, IForwardTarget, INamedObject, IPipe, IScopeProvider, IWithParameters, EventThrowing, HasStatistics, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
FileLineIteratorPipe

public class StreamLineIteratorPipe extends StringIteratorPipe
Sends a message to a Sender for each line of its input, that must be an InputStream.
Since:
4.7
Author:
Gerrit van Brakel