Uses of Class
org.frankframework.senders.AbstractSender
Packages that use AbstractSender
Package
Description
-
Uses of AbstractSender in org.frankframework.collection
Subclasses of AbstractSender in org.frankframework.collectionModifier and TypeClassDescriptionclass
AbstractCollectorSender<C extends ICollector<P>,
P> Sender that writes an item to a collection, created byAbstractCollectorPipe
withaction=OPEN
. -
Uses of AbstractSender in org.frankframework.compression
Subclasses of AbstractSender in org.frankframework.compressionModifier and TypeClassDescriptionclass
Sender that writes an entry to a ZipStream, similar to ZipWriterPipe with action='write'. -
Uses of AbstractSender in org.frankframework.extensions.cmis
Subclasses of AbstractSender in org.frankframework.extensions.cmisModifier and TypeClassDescriptionclass
Sender to obtain information from and write to a CMIS application. -
Uses of AbstractSender in org.frankframework.extensions.idin
Subclasses of AbstractSender in org.frankframework.extensions.idinModifier and TypeClassDescriptionclass
Requires the net.bankid.merchant.library V1.2.9 -
Uses of AbstractSender in org.frankframework.extensions.xfb
Subclasses of AbstractSender in org.frankframework.extensions.xfbModifier and TypeClassDescriptionclass
Sender for transferring files using the XFB protocol. -
Uses of AbstractSender in org.frankframework.filesystem
Subclasses of AbstractSender in org.frankframework.filesystemModifier and TypeClassDescriptionclass
AbstractFileSystemSender<F,
S extends IBasicFileSystem<F>> Base class for Senders that use aFileSystem
.class
FileSystemSenderWithAttachments<F,
A, FS extends IMailFileSystem<F, A>> Deprecated. -
Uses of AbstractSender in org.frankframework.http
Subclasses of AbstractSender in org.frankframework.httpModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractSender in org.frankframework.jms
Subclasses of AbstractSender in org.frankframework.jmsModifier and TypeClassDescriptionclass
Sender for browsing and removing queue messages (with input and output in a XML message). -
Uses of AbstractSender in org.frankframework.mongodb
Subclasses of AbstractSender in org.frankframework.mongodbModifier and TypeClassDescriptionclass
Sender to perform action on a MongoDB database. -
Uses of AbstractSender in org.frankframework.scheduler.job
Subclasses of AbstractSender in org.frankframework.scheduler.jobModifier and TypeClassDescriptionstatic class
The sole purpose of this call is to prevent AOP wrapping around the sendMessage / sendMessageOrThrow methods. -
Uses of AbstractSender in org.frankframework.senders
Subclasses of AbstractSender in org.frankframework.sendersModifier and TypeClassDescriptionclass
class
class
Provides a base class for senders with parameters.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 to work with the Amazon S3 Filesystem.class
Sender that executes either its input or a fixed line, with all parametervalues appended, as a command.class
Sender that sleeps for a specified time, which defaults to 5000 msecs.class
Echos input to output.class
Implementation of aAbstractFileSystemSender
that enables to manipulate messages in an Exchange folder.class
Deprecated, for removal: This API element is subject to removal in a future version.class
FixedResultSender, same behaviour asFixedResultPipe
, but now as a ISender.class
Sender to send a message to another Frank!class
class
Posts a message to another Frank!class
Posts a message to another Frank!class
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 to work with the server local filesystem.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
Uses the (old) SMB 1 protocol.class
Uses the (newer) SMB 2 and 3 protocol.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
class
Collection of Senders, that are executed all at the same time.class
Perform an XSLT transformation with a specified stylesheet or XPath-expression. -
Uses of AbstractSender in org.frankframework.xcom
Subclasses of AbstractSender in org.frankframework.xcomModifier and TypeClassDescriptionclass
XCom client voor het versturen van files via XCom.