Uses of Interface
org.frankframework.core.HasSender
Package
Description
-
Uses of HasSender in org.frankframework.compression
Modifier and TypeClassDescriptionclass
Sends a message to a Sender for each entry of its input, that must be an ZipInputStream. -
Uses of HasSender in org.frankframework.jdbc
Modifier 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 HasSender in org.frankframework.jms
-
Uses of HasSender in org.frankframework.pipes
Modifier and TypeClassDescriptionclass
class
Deprecated, for removal: This API element is subject to removal in a future version.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
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.class
Deprecated, for removal: This API element is subject to removal in a future version.Please replace with ForEachChildElementPipe. -
Uses of HasSender in org.frankframework.receivers