Uses of Class
org.frankframework.senders.AbstractSenderWithParameters
Packages that use AbstractSenderWithParameters
Package
Description
-
Uses of AbstractSenderWithParameters in org.frankframework.collection
Subclasses of AbstractSenderWithParameters 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 AbstractSenderWithParameters in org.frankframework.compression
Subclasses of AbstractSenderWithParameters in org.frankframework.compressionModifier and TypeClassDescriptionclass
Sender that writes an entry to a ZipStream, similar to ZipWriterPipe with action='write'. -
Uses of AbstractSenderWithParameters in org.frankframework.extensions.cmis
Subclasses of AbstractSenderWithParameters in org.frankframework.extensions.cmisModifier and TypeClassDescriptionclass
Sender to obtain information from and write to a CMIS application. -
Uses of AbstractSenderWithParameters in org.frankframework.extensions.idin
Subclasses of AbstractSenderWithParameters in org.frankframework.extensions.idinModifier and TypeClassDescriptionclass
Requires the net.bankid.merchant.library V1.2.9 -
Uses of AbstractSenderWithParameters in org.frankframework.extensions.xfb
Subclasses of AbstractSenderWithParameters in org.frankframework.extensions.xfbModifier and TypeClassDescriptionclass
Sender for transferring files using the XFB protocol. -
Uses of AbstractSenderWithParameters in org.frankframework.filesystem
Subclasses of AbstractSenderWithParameters 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 AbstractSenderWithParameters in org.frankframework.http
Subclasses of AbstractSenderWithParameters in org.frankframework.httpModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractSenderWithParameters in org.frankframework.jms
Subclasses of AbstractSenderWithParameters in org.frankframework.jmsModifier and TypeClassDescriptionclass
Sender for browsing and removing queue messages (with input and output in a XML message). -
Uses of AbstractSenderWithParameters in org.frankframework.mongodb
Subclasses of AbstractSenderWithParameters in org.frankframework.mongodbModifier and TypeClassDescriptionclass
Sender to perform action on a MongoDB database. -
Uses of AbstractSenderWithParameters in org.frankframework.scheduler.job
Subclasses of AbstractSenderWithParameters 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 AbstractSenderWithParameters in org.frankframework.senders
Subclasses of AbstractSenderWithParameters in org.frankframework.sendersModifier 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 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
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 AbstractSenderWithParameters in org.frankframework.xcom
Subclasses of AbstractSenderWithParameters in org.frankframework.xcomModifier and TypeClassDescriptionclass
XCom client voor het versturen van files via XCom.