Uses of Class
org.frankframework.senders.AbstractSenderWithParameters
Package
Description
-
Uses of AbstractSenderWithParameters in org.frankframework.collection
Modifier and TypeClassDescriptionclass
AbstractCollectorSender<C extends ICollector<P>,
P> Sender that writes an item to a collection, created byAbstractCollectorPipe
withaction=OPEN
. -
Uses of AbstractSenderWithParameters in org.frankframework.compression
Modifier and TypeClassDescriptionclass
Sender that writes an entry to a ZipStream, similar to ZipWriterPipe with action='write'. -
Uses of AbstractSenderWithParameters in org.frankframework.jms
Modifier and TypeClassDescriptionclass
Sender for browsing and removing queue messages (with input and output in a XML message). -
Uses of AbstractSenderWithParameters in org.frankframework.mongodb
Modifier and TypeClassDescriptionclass
Sender to perform action on a MongoDB database. -
Uses of AbstractSenderWithParameters in org.frankframework.scheduler
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractSenderWithParameters in org.frankframework.scheduler.job
Modifier and TypeClassDescriptionstatic class
The sole purpose of this calls is to prevent AOP wrapping around the sendMessage / sendMessageOrThrow methods. -
Uses of AbstractSenderWithParameters in org.frankframework.senders
Modifier and TypeClassDescriptionclass
class
class
Baseclass for Wrappers for senders, that allows to get input from a session variable, and to store output in a session variable.class
Sender that executes either its input or a fixed line, with all parametervalues appended, as a command.class
Echos input to output.class
FixedResultSender, same behaviour asFixedResultPipe
, but now as a ISender.class
Sender to send a message to another Frank!class
Posts a message to another Frank!class
Posts a message to another Frank!class
Sender used to run JavaScript code using `JavascriptEngine` implementations.class
Perform an XSLT transformation with a specified stylesheet on a JSON input, yielding JSON, yielding JSON, XML or text.class
Sender that just logs its message.class
sender
that sends a mail specified by an XML message.class
Collection of Senders, that are executed all at the same time.class
Wrapper for senders, that opens the wrapped sender at runtime before each sender action, and closes it afterwards.class
Performs a reload on database configuration.class
Series of Senders, that are executed one after another.class
Wrapper for senders, that allows to get input from a session variable, and to store output in a session variable.class
Sender that sends a mail via SendGrid v3 (cloud-based SMTP provider).class
Collection of Senders, that are executed all at the same time.class
Perform an XSLT transformation with a specified stylesheet or XPath-expression.