Uses of Annotation Interface
org.frankframework.doc.EnterpriseIntegrationPattern
Packages that use EnterpriseIntegrationPattern
Package
Description
-
Uses of EnterpriseIntegrationPattern in org.frankframework.batch
Classes in org.frankframework.batch with annotations of type EnterpriseIntegrationPatternModifier and TypeClassDescriptionclass
Deprecated.Warning: non-maintained functionality. -
Uses of EnterpriseIntegrationPattern in org.frankframework.cache
Classes in org.frankframework.cache with annotations of type EnterpriseIntegrationPatternModifier and TypeClassDescriptionclass
Remove specified cache key from cache with specified name. -
Uses of EnterpriseIntegrationPattern in org.frankframework.core
Classes in org.frankframework.core with annotations of type EnterpriseIntegrationPatternModifier and TypeInterfaceDescriptioninterface
IListener<M>
Base-interface for IPullingListener and IPushingListener.interface
Marks an implementation as responsible for sending a message to some destination.interface
Marker interface for Validatorsinterface
Marker interface for Wrappers -
Uses of EnterpriseIntegrationPattern in org.frankframework.filesystem
Classes in org.frankframework.filesystem with annotations of type EnterpriseIntegrationPatternModifier and TypeClassDescriptionclass
AbstractFileSystemPipe<F,
FS extends IBasicFileSystem<F>> Base class for Pipes that use aFileSystem
.class
AbstractFileSystemSender<F,
S extends IBasicFileSystem<F>> Base class for Senders that use aFileSystem
. -
Uses of EnterpriseIntegrationPattern in org.frankframework.pipes
Classes in org.frankframework.pipes with annotations of type EnterpriseIntegrationPatternModifier and TypeClassDescriptionclass
class
Pipe that performs base64 encoding and decoding.class
Output bytes as specified by the input XML.class
Pipe that compares the two integer values.class
Pipe that lexicographically compares two strings, which must NOT be empty.class
Selects an exitState, based on the number of received messages by this pipe.class
Pipe that reads a CRL from an input stream and transforms it to an XML.class
Reads a message in CSV format and turns it into XML.class
Using.jsonnet
transformation files, the DataSonnetPipe uses JSonnet at its core to transform files from and to different file formats specified by supportedoutputTypes
.class
Pipe that performs domain transforming on the basis of a database table.class
Returns simply the input message.class
Pipe that performs translations between special characters and their XML equivalents.class
Pipe that throws an exception based on the input message.class
This Pipe opens and returns a file from the classpath.class
ForPipe is a wrapper to use another pipe a fixed number of times.class
Gets the contents of thepipeLineSession
by a key specified by
.sessionKey
class
Returns the name of the user executing the request.class
This pipe can be used to generate a hash for the given message using an algorithm.class
Selects a forward based on an expression.class
Pipe that increases the integer value of a session variable.class
Pipe that checks if the calling user has a specified role.class
Selects an exitState, based on whether the input is an XML string.class
Base class to send a message to a Sender for each item returned by a configurable iterator.class
JSON is not aware of the element order.class
Pipe
that checks the well-formedness of the input message.class
Pipe that stores all its parameter values in the ThreadContext, formerly known as Mapped Diagnostic Context (MDC), to be used in logging.class
Generates a random password.class
Hash a password or validate a password against a hash using PasswordHash.java from https://crackstation.net/hashing-security.htm.class
Performs various PGP (Pretty Good Privacy) actions such as Encrypt, Sign, Decrypt, Verify.class
Puts the input or the
in the PipeLineSession, under the key specified byvalue
.sessionKey
class
Puts the system date/time under a key in thepipeLineSession
.class
Tries to match the input against the provided regex.class
Removes a key specified by
from thesessionKey
pipeLineSession
.class
This Pipe is used to replace values in a few ways.class
Sends a message using ansender
and optionally receives a reply from the same sender.class
class
Returns the number of bytes or characters in the input.class
Skip a number of bytes or characters from the input message.class
Pipe for converting TEXT to XML.class
Breaks up the text input in blocks of a maximum length.class
Assumes input to be the file name of a ZIP archive, and unzips it to a directory and/or an XML message.class
Pipe that generates an UUID (Universally Unique Identifier).class
Generate WSDL of parent or specified adapter.class
Deprecated, for removal: This API element is subject to removal in a future version.please use theIfPipe
for if (else/then) behaviour.class
Selects an exitState, based on either the content of the input message, by means of a XSLT-stylesheet, the content of a session variable or, by default, by returning the name of the root-element.class
Perform an XQuery.class
Perform an XSLT transformation with a specified stylesheet.