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 TypeClassDescriptionclassThe Adapter is the central manager in the framework.classRequired in eachAdapterto transform incoming messages.classThe 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 TypeClassDescriptionclassDomparser 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 TypeClassDescriptionclassKind of extension to EsbSoapWrapperPipe for real time destinations.classESB (Enterprise Service Bus) extension of JmsListener.classESB (Enterprise Service Bus) extension ofJmsSender.classEsbJmsTransactionalStorage<S extends Serializable>ESB (Enterprise Service Bus) extension ofJmsTransactionalStorage.classXmlValidator 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.classExtension to SoapWrapperPipe for separate modes.class -
Uses of Category in org.frankframework.extensions.kafka
Classes in org.frankframework.extensions.kafka with annotations of type Category -
Uses of Category in org.frankframework.extensions.rekenbox
Classes in org.frankframework.extensions.rekenbox with annotations of type CategoryModifier and TypeClassDescriptionclassTransforms between ascii-ADIOS and an XML representation of ADIOS.classTransforms between ascii and an XML representation.classPerform 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 TypeClassDescriptionclassPipe which scans TIBCO sources in Subversion and creates a report in xml. -
Uses of Category in org.frankframework.messaging.amqp
Classes in org.frankframework.messaging.amqp with annotations of type CategoryModifier and TypeClassDescriptionclassListener for AMQP 1.0 end-points.classSender to send to AMQP 1.0 end-points. -
Uses of Category in org.frankframework.pipes
Classes in org.frankframework.pipes with annotations of type CategoryModifier and TypeClassDescriptionclassclassPipe that performs base64 encoding and decoding.classPipe that compares the two integer values.classPipe that lexicographically compares two strings, which must NOT be empty.classPipe that sleeps for a specified time, which defaults to 5000 msecs.classReturns simply the input message.classThis Pipe opens and returns a file from the classpath.classSends a message to a Sender for each child element of the input XML.classPipe that checks if the calling user has a specified role.classPipe that validates the input message against a JSON Schema.classCreates a JWT with a shared secret using the HmacSHA256 algorithm.classSends a message using ansenderand optionally receives a reply from the same sender.classSelects an exitState, based on either the content of the input message, by means of an XSLT-stylesheet, the content of a session variable, a JSON Path expression, or, by default, by returning the name of the root-element.classPipe that validates the input message against an XML Schema.classPerform 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 TypeClassDescriptionclassListener that looks for files in a LocalFileSystem.classMicrosoft Exchange Implementation of a mailbox based filesystem.classListener to receive messages sent by theFrankSender, for situations where calling anAdapterdirectly is not desired.classclassJavaListener<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.classReceiver<M>Wrapper for a listener that specifies a channel for the incoming messages of a specificAdapter.classDeprecated. -
Uses of Category in org.frankframework.senders
Classes in org.frankframework.senders with annotations of type CategoryModifier and TypeClassDescriptionclassSender that sleeps for a specified time, which defaults to 5000 msecs.classEchos input to output.classFixedResultSender, same behaviour asFixedResultPipe, but now as a ISender.classSender to send a message to another Frank!classPosts a message to another Frank!classPosts a message to another Frank!classclassSender used to run JavaScript code using `JavascriptEngine` implementations.classSender that just logs its message.classsenderthat sends a mail specified by an XML message.classCollection of Senders, that are executed all at the same time.classSender that validates the input message against a XML Schema.