Uses of Class
org.frankframework.pipes.MessageSendingPipe
Packages that use MessageSendingPipe
-
Uses of MessageSendingPipe in org.frankframework.compression
Subclasses of MessageSendingPipe 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 MessageSendingPipe in org.frankframework.jdbc
Subclasses of MessageSendingPipe 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 MessageSendingPipe in org.frankframework.pipes
Subclasses of MessageSendingPipe in org.frankframework.pipesModifier and TypeClassDescriptionclass
class
Sends a message to a Sender for each child element of the input XML.class
Base class to send a message to a Sender for each item returned by a configurable iterator.class
Pipe that sends a mail-message using aMailSender
as its sender.class
Sends a message using ansender
and optionally receives a reply from the same sender.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.