Interface | Description |
---|---|
IReaderFactory | |
IRecordHandler |
Interface for transforming a record (= structured ASCII line).
|
IRecordHandlerManager |
Interface for handling a transformed record.
|
IResultHandler |
Interface for handling a transformed record.
|
RecordTransformer.IOutputDelegate |
Sends a fixed value to the output
|
RecordTransformer.IOutputField |
Each function must implement this interface
|
Class | Description |
---|---|
AbstractRecordHandler |
Abstract class that contains functionality for parsing the field values from a
record (line).
|
AbstractRecordHandler.InputField | |
AbstractResultHandler |
Abstract class for resulthandlers (handler that handles the transformed record).
|
BatchFileTransformerPipe |
Pipe for transforming a (batch)file with records.
|
DelphiStringRecordReader | |
DelphiStringRecordReaderFactory |
IReaderFactory that provides a reader that reads Delphi records containing Strings. |
FieldPositionRecordHandlerManager |
Manager that decides the handlers based on the content of a field in the specified
position in a record.
|
FixedPositionRecordHandlerManager |
Manager that decides the handlers based on the content of a field in the specified
position in a record.
|
InputfieldsPart | |
InputStreamReaderFactory |
Basic InputStreamReaderFactory.
|
OutputfieldsPart | |
RecordHandlerManager |
Basic implementation of RecordHandlerManager, that allows only for a single flow.
|
RecordHandlingFlow |
The flow contains the handlers to handle records of a specific type.
|
RecordTransformer |
Translate a record using an outputFields description.
|
RecordXml2Sender |
Translate a record into XML, then send it using a sender.
|
RecordXmlTransformer |
Encapsulates a record in XML, optionally translates it using XSLT or XPath.
|
Result2Filewriter |
Resulthandler that writes the transformed record to a file.
|
Result2StringWriter |
Resulthandler that writes the transformed record to a String, that is passed to the next Pipe literally.
|
ResultBlock2Sender |
ResultHandler that collects a number of records and sends them together to a sender.
|
ResultWriter |
Baseclass for resulthandlers that write the transformed record to a writer.
|
StreamTransformerPipe |
Pipe for transforming a stream with records.
|
Copyright © 2023 Frank!Framework. All rights reserved.