Uses of Class
org.frankframework.pipes.IteratingPipe
Packages that use IteratingPipe
-
Uses of IteratingPipe in org.frankframework.compression
Subclasses of IteratingPipe in org.frankframework.compressionModifier and TypeClassDescriptionclass
Sends a message to a Sender for each entry of its input, that must be an ZipInputStream. -
Uses of IteratingPipe in org.frankframework.jdbc
Subclasses of IteratingPipe in org.frankframework.jdbcModifier and TypeClassDescriptionclass
Pipe that iterates over the lines in a BLOB.class
Pipe that iterates over the lines in a CLOB.class
Base class for JDBC iterating pipes.class
abstract baseclass for Pipes that iterate over the lines in a lob.class
Pipe that iterates over rows in in ResultSet. -
Uses of IteratingPipe in org.frankframework.pipes
Subclasses of IteratingPipe in org.frankframework.pipesModifier and TypeClassDescriptionclass
Sends a message to a Sender for each child element of the input XML.class
Sends a message to a Sender for each line of its input, that must be an InputStream.class
IteratingPipe that has Strings as items.