Uses of Interface
org.frankframework.core.ISender
Packages that use ISender
Package
Description
-
Uses of ISender in org.frankframework.batch
Methods in org.frankframework.batch with parameters of type ISender -
Uses of ISender in org.frankframework.collection
Classes in org.frankframework.collection that implement ISenderModifier and TypeClassDescriptionclass
AbstractCollectorSender<C extends ICollector<P>,
P> Sender that writes an item to a collection, created byAbstractCollectorPipe
withaction=OPEN
. -
Uses of ISender in org.frankframework.compression
Classes in org.frankframework.compression that implement ISenderModifier and TypeClassDescriptionclass
Sender that writes an entry to a ZipStream, similar to ZipWriterPipe with action='write'. -
Uses of ISender in org.frankframework.core
Subinterfaces of ISender in org.frankframework.coreModifier and TypeInterfaceDescriptioninterface
Allows to leverage sending messages in blocks.interface
Marker interface for correlated sender, used inReceiver
.interface
Allows Senders to declare that they accept and may useparameters
Methods in org.frankframework.core that return ISenderMethods in org.frankframework.core with parameters of type ISenderModifier and TypeMethodDescriptionvoid
DestinationValidator.validateSenderDestination
(ISender sender) -
Uses of ISender in org.frankframework.extensions.afm
Classes in org.frankframework.extensions.afm that implement ISenderModifier and TypeClassDescriptionclass
Domparser om AFM-XML berichten om te zetten in edifactberichten (voor de backoffice). -
Uses of ISender in org.frankframework.extensions.akamai
Classes in org.frankframework.extensions.akamai that implement ISenderModifier and TypeClassDescriptionclass
Sender for Akamai NetStorage (HTTP based). -
Uses of ISender in org.frankframework.extensions.bis
Classes in org.frankframework.extensions.bis that implement ISenderModifier and TypeClassDescriptionclass
Deprecated.Please use JmsSender combined with BisWrapperPipe -
Uses of ISender in org.frankframework.extensions.cmis
Classes in org.frankframework.extensions.cmis that implement ISenderModifier and TypeClassDescriptionclass
Abstract class to prevent Frank!class
Sender to obtain information from and write to a CMIS application. -
Uses of ISender in org.frankframework.extensions.esb
Classes in org.frankframework.extensions.esb that implement ISenderModifier and TypeClassDescriptionclass
ESB (Enterprise Service Bus) extension of @{codeJmsSender}.Methods in org.frankframework.extensions.esb with parameters of type ISenderModifier and TypeMethodDescriptionboolean
EsbSoapWrapperPipe.retrievePhysicalDestinationFromSender
(ISender sender) void
EsbSoapWrapperPipe.validateSenderDestination
(ISender sender) -
Uses of ISender in org.frankframework.extensions.ibm
Classes in org.frankframework.extensions.ibm that implement ISender -
Uses of ISender in org.frankframework.extensions.idin
Classes in org.frankframework.extensions.idin that implement ISenderModifier and TypeClassDescriptionclass
Requires the net.bankid.merchant.library V1.2.9 -
Uses of ISender in org.frankframework.extensions.kafka
Classes in org.frankframework.extensions.kafka that implement ISender -
Uses of ISender in org.frankframework.extensions.mqtt
Classes in org.frankframework.extensions.mqtt that implement ISenderModifier and TypeClassDescriptionclass
MQTT listener which will connect to a broker and subscribe to a topic. -
Uses of ISender in org.frankframework.extensions.sap
Subinterfaces of ISender in org.frankframework.extensions.sapModifier and TypeInterfaceDescriptioninterface
Common interface to be implemented by SapSender implementations.Classes in org.frankframework.extensions.sap that implement ISender -
Uses of ISender in org.frankframework.extensions.sap.jco3
Classes in org.frankframework.extensions.sap.jco3 that implement ISenderModifier 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 ISender in org.frankframework.extensions.xfb
Classes in org.frankframework.extensions.xfb that implement ISenderModifier and TypeClassDescriptionclass
Sender for transferring files using the XFB protocol. -
Uses of ISender in org.frankframework.filesystem
Classes in org.frankframework.filesystem that implement ISenderModifier 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 ISender in org.frankframework.http
Classes in org.frankframework.http that implement ISenderModifier 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 ISender in org.frankframework.javascript
Methods in org.frankframework.javascript with parameters of type ISenderModifier and TypeMethodDescriptionvoid
GraalJS.registerCallback
(ISender sender, PipeLineSession session) Deprecated.void
J2V8.registerCallback
(ISender sender, PipeLineSession session) void
JavascriptEngine.registerCallback
(ISender sender, PipeLineSession session) Allows for senders to be called by the Javascript function. -
Uses of ISender in org.frankframework.jdbc
Classes in org.frankframework.jdbc that implement ISenderModifier 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 ISender in org.frankframework.jms
Classes in org.frankframework.jms that implement ISenderModifier and TypeClassDescriptionclass
class
Sender for browsing and removing queue messages (with input and output in a XML message).Methods in org.frankframework.jms with parameters of type ISender -
Uses of ISender in org.frankframework.ladybug
Methods in org.frankframework.ladybug with parameters of type ISenderModifier and TypeMethodDescriptionLadybugReportGenerator.senderAbort
(ISender sender, String correlationId, Throwable throwable) <T> T
LadybugReportGenerator.senderInput
(ISender sender, String correlationId, T input) <T> T
LadybugReportGenerator.senderOutput
(ISender sender, String correlationId, T output) boolean
LadybugDebugger.stubSender
(ISender sender, String correlationId) Called by IbisDebuggerAdvice. -
Uses of ISender in org.frankframework.larva
Constructors in org.frankframework.larva with parameters of type ISenderModifierConstructorDescriptionSenderThread
(ISender sender, Message request, PipeLineSession session, boolean convertExceptionToMessage, String correlationId) -
Uses of ISender in org.frankframework.larva.actions
Constructors in org.frankframework.larva.actions with parameters of type ISender -
Uses of ISender in org.frankframework.ldap
Classes in org.frankframework.ldap that implement ISenderModifier and TypeClassDescriptionclass
Sender to obtain information from and write to an LDAP Directory. -
Uses of ISender in org.frankframework.mongodb
Classes in org.frankframework.mongodb that implement ISenderModifier and TypeClassDescriptionclass
Sender to perform action on a MongoDB database. -
Uses of ISender in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type ISenderModifier and TypeMethodDescriptionprotected IteratingPipe<I>.ItemCallback
IteratingPipe.createItemCallBack
(PipeLineSession session, ISender sender, Writer out) protected IteratingPipe<String>.ItemCallback
StringIteratorPipe.createItemCallBack
(PipeLineSession session, ISender sender, Writer writer) protected PipeRunResult
IteratingPipe.sendMessage
(Message input, PipeLineSession session, ISender sender, Map<String, Object> threadContext) protected PipeRunResult
MessageSendingPipe.sendMessage
(Message input, PipeLineSession session, ISender sender, Map<String, Object> threadContext) void
void
protected void
The sender that should send the messagevoid
Constructors in org.frankframework.pipes with parameters of type ISender -
Uses of ISender in org.frankframework.scheduler.job
Classes in org.frankframework.scheduler.job that implement ISenderModifier and TypeClassDescriptionstatic class
The sole purpose of this call is to prevent AOP wrapping around the sendMessage / sendMessageOrThrow methods. -
Uses of ISender in org.frankframework.senders
Classes in org.frankframework.senders that implement ISenderModifier and TypeClassDescriptionclass
class
class
Baseclass for senders.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
Sender that validates the input message against a XML Schema.class
Perform an XSLT transformation with a specified stylesheet or XPath-expression.Methods in org.frankframework.senders that return types with arguments of type ISenderModifier and TypeMethodDescriptionSenderSeries.getSenders()
ShadowSender.validateExecutableSenders()
Methods in org.frankframework.senders with parameters of type ISenderModifier and TypeMethodDescriptionprotected void
ShadowSender.addResult
(SaxDocumentBuilder builder, ISender sender, Map<ISender, ParallelSenderExecutor> executorMap, String tagName) void
void
one or more specifications of senders.void
one or more specifications of senders that will be executed one after another.protected void
ShadowSender.executeGuarded
(ISender sender, Message message, PipeLineSession session, Phaser guard, Map<ISender, ParallelSenderExecutor> executorMap) protected io.micrometer.core.instrument.DistributionSummary
SenderSeries.getStatisticsKeeper
(ISender sender) final void
Deprecated.Method parameters in org.frankframework.senders with type arguments of type ISenderModifier and TypeMethodDescriptionprotected void
ShadowSender.addResult
(SaxDocumentBuilder builder, ISender sender, Map<ISender, ParallelSenderExecutor> executorMap, String tagName) protected void
ShadowSender.executeGuarded
(ISender sender, Message message, PipeLineSession session, Phaser guard, Map<ISender, ParallelSenderExecutor> executorMap) Constructors in org.frankframework.senders with parameters of type ISenderModifierConstructorDescriptionAutoCloseableSenderWrapper
(ISender sender) ParallelSenderExecutor
(ISender sender, Message message, PipeLineSession session, io.micrometer.core.instrument.DistributionSummary summary) -
Uses of ISender in org.frankframework.xcom
Classes in org.frankframework.xcom that implement ISenderModifier and TypeClassDescriptionclass
XCom client voor het versturen van files via XCom.