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 TypeClassDescriptionclassAbstractCollectorSender<C extends ICollector<P>,P> Sender that writes an item to a collection, created byAbstractCollectorPipewithaction=OPEN. -
Uses of AbstractSender in org.frankframework.compression
Subclasses of AbstractSender in org.frankframework.compressionModifier and TypeClassDescriptionclassSender 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 TypeClassDescriptionclassSender 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 TypeClassDescriptionclassRequires 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 TypeClassDescriptionclassSender for transferring files using the XFB protocol. -
Uses of AbstractSender in org.frankframework.filesystem
Subclasses of AbstractSender in org.frankframework.filesystemModifier and TypeClassDescriptionclassAbstractFileSystemSender<F,S extends IBasicFileSystem<F>> Base class for Senders that use aFileSystem.classFileSystemSenderWithAttachments<F,A, FS extends IMailFileSystem<F, A>> Deprecated. -
Uses of AbstractSender in org.frankframework.http
Subclasses of AbstractSender in org.frankframework.httpModifier and TypeClassDescriptionclassDeprecated, 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 TypeClassDescriptionclassSender for browsing and removing queue messages (with input and output in a XML message). -
Uses of AbstractSender in org.frankframework.messaging.amqp
Subclasses of AbstractSender in org.frankframework.messaging.amqp -
Uses of AbstractSender in org.frankframework.mongodb
Subclasses of AbstractSender in org.frankframework.mongodbModifier and TypeClassDescriptionclassSender 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 classThe 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 TypeClassDescriptionclassclassclassProvides a base class for senders with parameters.classBaseclass for Wrappers for senders, that allows to get input from a session variable, and to store output in a session variable.classSender to work with the Amazon S3 Filesystem.classSender that executes either its input or a fixed line, with all parametervalues appended, as a command.classSender that sleeps for a specified time, which defaults to 5000 msecs.classEchos input to output.classImplementation of aAbstractFileSystemSenderthat enables to manipulate messages in an Exchange folder.classDeprecated, for removal: This API element is subject to removal in a future version.classFixedResultSender, same behaviour asFixedResultPipe, but now as a ISender.classSender to send a message to another Frank!classclassPosts a message to another Frank!classPosts a message to another Frank!classclassSender used to run JavaScript code using `JavascriptEngine` implementations.classPerform an XSLT transformation with a specified stylesheet on a JSON input, yielding JSON, yielding JSON, XML or text.classSender to work with the server local filesystem.classSender that just logs its message.classsenderthat sends a mail specified by an XML message.classCollection of Senders, that are executed all at the same time.classWrapper for senders, that opens the wrapped sender at runtime before each sender action, and closes it afterwards.classPerforms a reload on database configuration.classUses the (old) SMB 1 protocol.classUses the (newer) SMB 2 and 3 protocol.classSeries of Senders, that are executed one after another.classWrapper for senders, that allows to get input from a session variable, and to store output in a session variable.classSender that sends a mail via SendGrid v3 (cloud-based SMTP provider).classclassCollection of Senders, that are executed all at the same time.classPerform 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 TypeClassDescriptionclassXCom client voor het versturen van files via XCom.