Uses of Annotation Interface
org.frankframework.doc.Category
Packages that use Category
Package
Description
-
Uses of Category in org.frankframework.core
Classes in org.frankframework.core with annotations of type CategoryModifier and TypeClassDescriptionclass
The Adapter is the central manager in the framework.class
Required in eachAdapter
to transform incoming messages.class
The Exit of a Pipeline that specifies the end state of a PipeLine. -
Uses of Category in org.frankframework.extensions.afm
Classes in org.frankframework.extensions.afm with annotations of type CategoryModifier and TypeClassDescriptionclass
Domparser om AFM-XML berichten om te zetten in edifactberichten (voor de backoffice). -
Uses of Category in org.frankframework.extensions.esb
Classes in org.frankframework.extensions.esb with annotations of type CategoryModifier and TypeClassDescriptionclass
Kind of extension to EsbSoapWrapperPipe for real time destinations.class
ESB (Enterprise Service Bus) extension of JmsListener.class
ESB (Enterprise Service Bus) extension of @{codeJmsSender}.class
EsbJmsTransactionalStorage<S extends Serializable>
ESB (Enterprise Service Bus) extension ofJmsTransactionalStorage
.class
XmlValidator that will automatically add the SOAP envelope XSD and the ESB XSD (e.g. a CommonMessageHeader.xsd) to the set of XSDs used for validation.class
Extension to SoapWrapperPipe for separate modes.class
-
Uses of Category in org.frankframework.extensions.rekenbox
Classes in org.frankframework.extensions.rekenbox with annotations of type CategoryModifier and TypeClassDescriptionclass
Transforms between ascii-ADIOS and an XML representation of ADIOS.class
Transforms between ascii and an XML representation.class
Perform a call to a RekenBox. -
Uses of Category in org.frankframework.extensions.svn
Classes in org.frankframework.extensions.svn with annotations of type CategoryModifier and TypeClassDescriptionclass
Pipe which scans TIBCO sources in Subversion and creates a report in xml. -
Uses of Category in org.frankframework.pipes
Classes in org.frankframework.pipes with annotations of type CategoryModifier and TypeClassDescriptionclass
class
Pipe that performs base64 encoding and decoding.class
Pipe that compares the two integer values.class
Pipe that lexicographically compares two strings, which must NOT be empty.class
Pipe that sleeps for a specified time, which defaults to 5000 msecs.class
Returns simply the input message.class
This Pipe opens and returns a file from the classpath.class
Sends a message to a Sender for each child element of the input XML.class
Pipe that checks if the calling user has a specified role.class
Pipe that validates the input message against a JSON Schema.class
Creates a JWT with a shared secret using the HmacSHA256 algorithm.class
Sends a message using ansender
and optionally receives a reply from the same sender.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
Pipe that validates the input message against an XML Schema.class
Perform an XSLT transformation with a specified stylesheet. -
Uses of Category in org.frankframework.receivers
Classes in org.frankframework.receivers with annotations of type CategoryModifier and TypeClassDescriptionclass
Listener that looks for files in a LocalFileSystem.class
Microsoft Exchange Implementation of a mailbox based filesystem.class
Listener to receive messages sent by theFrankSender
, for situations where calling anAdapter
directly is not desired.class
class
JavaListener<M>
Use this listener to receive messages from other adapters or a scheduler within the same Frank-application or from other components residing in the same JVM.class
Receiver<M>
Wrapper for a listener that specifies a channel for the incoming messages of a specificAdapter
.class
Deprecated. -
Uses of Category in org.frankframework.senders
Classes in org.frankframework.senders with annotations of type CategoryModifier and TypeClassDescriptionclass
Sender that sleeps for a specified time, which defaults to 5000 msecs.class
Echos input to output.class
FixedResultSender, same behaviour asFixedResultPipe
, but now as a ISender.class
Sender to send a message to another Frank!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
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
Sender that validates the input message against a XML Schema.