Uses of Class
org.frankframework.pipes.IteratingPipe
Packages that use IteratingPipe
Package
Description
-
Uses of IteratingPipe in org.frankframework.compression
Subclasses of IteratingPipe in org.frankframework.compressionModifier and TypeClassDescriptionclassSends a message to a Sender for each entry of its input, that must be an ZipInputStream. -
Uses of IteratingPipe in org.frankframework.filesystem
Subclasses of IteratingPipe in org.frankframework.filesystemModifier and TypeClassDescriptionclassForEachAttachmentPipe<F,A, FS extends IMailFileSystem<F, A>> -
Uses of IteratingPipe in org.frankframework.jdbc
Subclasses of IteratingPipe in org.frankframework.jdbcModifier and TypeClassDescriptionclassPipe that iterates over the lines in a BLOB.classPipe that iterates over the lines in a CLOB.classBase class for JDBC iterating pipes.classabstract baseclass for Pipes that iterate over the lines in a lob.classPipe that iterates over rows in in ResultSet. -
Uses of IteratingPipe in org.frankframework.pipes
Subclasses of IteratingPipe in org.frankframework.pipesModifier and TypeClassDescriptionclassSends a message to a Sender for each child element of the input XML.classSends a message to a Sender for each line of its input, that must be an InputStream.classIteratingPipe that has Strings as items.