Uses of Interface
org.frankframework.core.ISenderWithParameters
Packages that use ISenderWithParameters
Package
Description
-
Uses of ISenderWithParameters in org.frankframework.collection
Classes in org.frankframework.collection that implement ISenderWithParametersModifier and TypeClassDescriptionclass
AbstractCollectorSender<C extends ICollector<P>,
P> Sender that writes an item to a collection, created byAbstractCollectorPipe
withaction=OPEN
. -
Uses of ISenderWithParameters in org.frankframework.compression
Classes in org.frankframework.compression that implement ISenderWithParametersModifier and TypeClassDescriptionclass
Sender that writes an entry to a ZipStream, similar to ZipWriterPipe with action='write'. -
Uses of ISenderWithParameters in org.frankframework.core
Subinterfaces of ISenderWithParameters in org.frankframework.coreModifier and TypeInterfaceDescriptioninterface
Allows to leverage sending messages in blocks. -
Uses of ISenderWithParameters in org.frankframework.extensions.akamai
Classes in org.frankframework.extensions.akamai that implement ISenderWithParametersModifier and TypeClassDescriptionclass
Sender for Akamai NetStorage (HTTP based). -
Uses of ISenderWithParameters in org.frankframework.extensions.bis
Classes in org.frankframework.extensions.bis that implement ISenderWithParametersModifier and TypeClassDescriptionclass
Deprecated.Please use JmsSender combined with BisWrapperPipe -
Uses of ISenderWithParameters in org.frankframework.extensions.cmis
Classes in org.frankframework.extensions.cmis that implement ISenderWithParametersModifier and TypeClassDescriptionclass
Abstract class to prevent Frank!class
Sender to obtain information from and write to a CMIS application. -
Uses of ISenderWithParameters in org.frankframework.extensions.esb
Classes in org.frankframework.extensions.esb that implement ISenderWithParametersModifier and TypeClassDescriptionclass
ESB (Enterprise Service Bus) extension of @{codeJmsSender}. -
Uses of ISenderWithParameters in org.frankframework.extensions.ibm
Classes in org.frankframework.extensions.ibm that implement ISenderWithParameters -
Uses of ISenderWithParameters in org.frankframework.extensions.idin
Classes in org.frankframework.extensions.idin that implement ISenderWithParametersModifier and TypeClassDescriptionclass
Requires the net.bankid.merchant.library V1.2.9 -
Uses of ISenderWithParameters in org.frankframework.extensions.mqtt
Classes in org.frankframework.extensions.mqtt that implement ISenderWithParametersModifier and TypeClassDescriptionclass
MQTT listener which will connect to a broker and subscribe to a topic. -
Uses of ISenderWithParameters in org.frankframework.extensions.sap
Subinterfaces of ISenderWithParameters in org.frankframework.extensions.sapModifier and TypeInterfaceDescriptioninterface
Common interface to be implemented by SapSender implementations.Classes in org.frankframework.extensions.sap that implement ISenderWithParameters -
Uses of ISenderWithParameters in org.frankframework.extensions.sap.jco3
Classes in org.frankframework.extensions.sap.jco3 that implement ISenderWithParametersModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
Implementation ofsender
that sends an IDoc to SAP.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Base class for functions that call SAP.class
Implementation ofsender
that calls a SAP RFC-function. -
Uses of ISenderWithParameters in org.frankframework.extensions.xfb
Classes in org.frankframework.extensions.xfb that implement ISenderWithParametersModifier and TypeClassDescriptionclass
Sender for transferring files using the XFB protocol. -
Uses of ISenderWithParameters in org.frankframework.filesystem
Classes in org.frankframework.filesystem that implement ISenderWithParametersModifier 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.class
This class ensures that Microsoft Authentication Library (MSAL) requests are sent through the configured proxy and the correct SSLSocketFactory. -
Uses of ISenderWithParameters in org.frankframework.http
Classes in org.frankframework.http that implement ISenderWithParametersModifier and TypeClassDescriptionclass
Sender for the HTTP protocol usingHttpMethod
.class
class
Deprecated, for removal: This API element is subject to removal in a future version.class
Sender that sends a message via a WebService. -
Uses of ISenderWithParameters in org.frankframework.jdbc
Classes in org.frankframework.jdbc that implement ISenderWithParametersModifier and TypeClassDescriptionclass
This executes the query that is obtained from the (here still abstract) method getStatement.class
Base class for building JDBC-senders.class
QuerySender that interprets the input message as a query, possibly with attributes.class
QuerySender that assumes a fixed query, possibly with attributes.protected class
class
Send messages to the IBISSTORE database table to have them processed exactly-once by another adapter which will read the messages using aMessageStoreListener
.class
QuerySender that writes each row in a ResultSet to a file.class
StoredProcedureQuerySender is used to send stored procedure queries and retrieve the result.class
QuerySender that transforms the input message to a query. -
Uses of ISenderWithParameters in org.frankframework.jms
Classes in org.frankframework.jms that implement ISenderWithParametersModifier and TypeClassDescriptionclass
class
Sender for browsing and removing queue messages (with input and output in a XML message). -
Uses of ISenderWithParameters in org.frankframework.ldap
Classes in org.frankframework.ldap that implement ISenderWithParametersModifier and TypeClassDescriptionclass
Sender to obtain information from and write to an LDAP Directory. -
Uses of ISenderWithParameters in org.frankframework.mongodb
Classes in org.frankframework.mongodb that implement ISenderWithParametersModifier and TypeClassDescriptionclass
Sender to perform action on a MongoDB database. -
Uses of ISenderWithParameters in org.frankframework.scheduler.job
Classes in org.frankframework.scheduler.job that implement ISenderWithParametersModifier and TypeClassDescriptionstatic class
The sole purpose of this call is to prevent AOP wrapping around the sendMessage / sendMessageOrThrow methods. -
Uses of ISenderWithParameters in org.frankframework.senders
Classes in org.frankframework.senders that implement ISenderWithParametersModifier 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
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 ISenderWithParameters in org.frankframework.xcom
Classes in org.frankframework.xcom that implement ISenderWithParametersModifier and TypeClassDescriptionclass
XCom client voor het versturen van files via XCom.