Class FixedPositionRecordHandlerManager

java.lang.Object
org.frankframework.batch.RecordHandlerManager
org.frankframework.batch.FixedPositionRecordHandlerManager
All Implemented Interfaces:
IRecordHandlerManager, HasName, NameAware

public class FixedPositionRecordHandlerManager extends RecordHandlerManager
Deprecated.
Warning: non-maintained functionality.
Manager that decides the handlers based on the content of a field in the specified position in a record. The fields in the record are of a fixed length. The data beween the start position and end position is taken as key in the flow-table.
Author:
John Dekker