Uses of Class
org.frankframework.senders.AbstractSenderWrapper
Packages that use AbstractSenderWrapper
-
Uses of AbstractSenderWrapper in org.frankframework.processors
Methods in org.frankframework.processors with parameters of type AbstractSenderWrapperModifier and TypeMethodDescriptionCacheSenderWrapperProcessor.sendMessage
(AbstractSenderWrapper abstractSenderWrapper, Message message, PipeLineSession session) CoreSenderWrapperProcessor.sendMessage
(AbstractSenderWrapper abstractSenderWrapper, Message message, PipeLineSession session) InputOutputSenderWrapperProcessor.sendMessage
(AbstractSenderWrapper abstractSenderWrapper, Message message, PipeLineSession session) SenderWrapperProcessor.sendMessage
(AbstractSenderWrapper abstractSenderWrapper, Message message, PipeLineSession session) -
Uses of AbstractSenderWrapper in org.frankframework.senders
Subclasses of AbstractSenderWrapper in org.frankframework.sendersModifier and TypeClassDescriptionclass
Sender used to run JavaScript code using `JavascriptEngine` implementations.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
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
Collection of Senders, that are executed all at the same time.