Class | Description |
---|---|
AmazonS3Sender |
Sender to work with Amazon S3.
|
BlockEnabledSenderBase<H> | |
CommandSender |
Sender that executes either its input or a fixed line, with all parametervalues appended, as a command.
|
DelaySender |
Sender that sleeps for a specified time, which defaults to 5000 msecs.
|
EchoSender |
Echos input to output.
|
ExchangeFolderSender |
Implementation of a
FileSystemSender that enables to manipulate messages in an Exchange folder. |
FileSender | Deprecated |
FixedResultSender |
FixedResultSender, same behaviour as
FixedResultPipe , but now as a ISender. |
FtpFileSystemSender | |
IbisJavaSender |
Posts a message to another IBIS-adapter or application in the same JVM using IbisServiceDispatcher.
|
IbisLocalSender |
Posts a message to another IBIS-adapter in the same IBIS instance.
|
ImapSender | |
IsolatedServiceCaller |
Helper class for
IbisLocalSender that wraps around ServiceClient implementation to make calls to a local Ibis adapter in a separate thread. |
IsolatedServiceExecutor | |
JavascriptSender |
Sender used to run javascript code using J2V8 or Rhino
This sender can execute a function of a given javascript file, the result of the function will be the output of the sender.
|
JsonXsltSender |
Perform an XSLT transformation with a specified stylesheet on a JSON input, yielding JSON, yielding JSON, XML or text.
|
LocalFileSystemSender | |
LogSender |
Sender that just logs its message.
|
MailSender |
sender that sends a mail specified by an XML message. |
MailSenderBase | |
ParallelSenderExecutor | |
ParallelSenders |
Collection of Senders, that are executed all at the same time.
|
ReloadSender |
Performs a reload on database configuration.
|
Samba1Sender | |
Samba2Sender | |
SambaSender | |
SambaSenderOld | Deprecated |
SenderBase |
Baseclass for senders.
|
SenderSeries |
Series of Senders, that are executed one after another.
|
SenderWithParametersBase |
Provides a base class for senders with parameters.
|
SenderWrapper |
Wrapper for senders, that allows to get input from a session variable, and to store output in a session variable.
|
SenderWrapperBase |
Baseclass for Wrappers for senders, that allows to get input from a session variable, and to store output in a session variable.
|
SendGridSender |
Sender that sends a mail via SendGrid v3 (cloud-based SMTP provider).
|
SftpFileSystemSender | |
ShadowSender |
Collection of Senders, that are executed all at the same time.
|
XmlValidatorSender |
Sender that validates the input message against a XML Schema.
|
XsltSender |
Perform an XSLT transformation with a specified stylesheet or XPath-expression.
|
Enum | Description |
---|---|
JavascriptSender.JavaScriptEngines |
Copyright © 2023 Frank!Framework. All rights reserved.