Package com.onenetwork.platform.integ.fixlen
Service for parsing "fixed-length format" files, i.e. files where fields
are stored in rows of positional data, padded with blank space or other characters.
-
Interface Summary Interface Description FixLenService FixLenService is used when processing fixed length messages. -
Class Summary Class Description BaseFixLenOutboundGenerator Base class for implementing an Outbound Interface which generates a Fixed Length file using "model-based" input.BaseInboundFixLenProcessor Implement this class to process an inbound fixed-length format file.BaseNetChangeFixLenOutboundGenerator Base class for implementing an Outbound interface which generates fixed length format file using a "net-change" strategy.BaseSysIdFixLenOutboundGenerator FixLenField Java class used to represent a field value parsed from a fixed-length format file.FixLenRow Represents a row of values in a fixed-length format file