Package org.frankframework.core
package org.frankframework.core
-
ClassDescriptionRunnable object for calling a request reply service.Wrapper for the response validator.The Adapter is the central manager in the framework.Security handler that declares that each role is valid.Reference to an byte[].Allows objects to declare that they have a physical destination.Allows objects to declare that they have a Sender.The
HasTransactionAttribute
allows Pipes to declare transaction and isolation behavior.ExeceptionListener-class to signal exceptions to other objects, for instance MessagePushers to PushingReceivers.Class which generates extra logging when starting and committing transactions.Allows to leverage sending messages in blocks.Additional behaviour for pulling listeners that are able to listen to a specific message, specified by a correlation ID.Marker interface for correlated sender, used inReceiver
.Interface to handle generic iterations.AnerrorMessageFormatter
is responsible for returning a string describing the error at hand in a format that the receiver expects.IForwardTarget represents the destination of a PipeForward, so aIPipe
orPipeLineExit
.Interface that can be implemented by Listeners that provide their own management of messages processed and in error.Interface to be implemented by Listeners that can find out the delivery count of the messages they receive.IListener<M>Base-interface for IPullingListener and IPushingListener.Interface specifying method to configure a JMS receiver of some sort.Models starting and stopping of objects that support such behaviour.Interface for helper class for MessageBrowsers.Iterator item for messagebrowsers.Interface thatPushingListeners
can use to handle the messages they receive.PullingListener extension that checks for available messages to retrieve without starting a XA transaction.A Pipe represents an action to take in aPipeLine
.Interface that allows a Pipe to register an exit handler.Interface extending IPushingListener for listeners which connect to a ListenerPort or other type of named endpoint, from which they receive their messages.Deprecated, for removal: This API element is subject to removal in a future version.Interface that can be implemented by Listeners that provide their own management of messages processed and in error.Defines listening behaviour of pulling receivers.Defines listening behaviour of message driven receivers.Defines behaviour that can be used to assert identity of callers of a pipeline.Marks an implementation as responsible for sending a message to some destination.Allows Senders to declare that they accept and may useparameters
Interface to be implemented by classes of which the number of threads can be controlled at runtime.ITransactionalStorage<S extends Serializable>Marks an implementation as responsible for storing and retrieving-back messages under transaction control.Marker interface for ValidatorsBase interface to allow objects to declare that they accept parameters.Marker interface for WrappersIndicates a Pipe, Sender or Listener to be capable of supporting XA-transactions.Exception thrown by implementations of methods of listeners.Exception thrown if aManagedObject
like an Adapter or Receiver is in an unexpected or illegal state.Exception thrown by the ISender (implementation) to notify that the sending did not succeed.Wrapper for IDataIterator, that allows to peek the object that will be returned by next().Appears inside a pipe and defines what pipe or exit to execute next.Optional element in a pipeline.Required in eachAdapter
to transform incoming messages.The Exit of a Pipeline that specifies the end state of a PipeLine.Pipeline exit container in which all (required)Exit
s must be defined.The PipeLineResult is a type to store both the result of the PipeLine processing as well as an exit state.Basic implementation ofPipeLineSession
.Exception thrown when thedoPipe()
method of aPipe
runs in error.The PipeRunResult is a type to store both the result of the processing of a message indoPipe()
as well as the exitState.Exception that indicates that the starting of aPipe
did not succeed.Reference to a resource, for instance on the classpath.Exception thrown by the ISender (implementation) to notify that the sending did not succeed.The SenderResult is a type to store both the result of the processing of a message by a Sender, as well as the exitState.This exists because WSDL Definitions can grow dramatically in size when they include a few xsd's.Exception thrown to signal that a timeout occurred.Wrapper for numerous transaction handling related exceptions.Reference to a resource, within the Configuration scope.