Summary of Classes

The utilities are built using three families of classes.

  1. Converters: These handle the high-level tasks associated with a conversion. The methods in these classes are responsible for the main processing flow of converting to or from a legacy format.

  2. Record handlers: These classes handle the details of reading, parsing, or writing a record in a legacy format.

  3. Data cells: These classes handle the details of converting field contents between a legacy data type and a schema language data type.

Figures 6.4, 6.5, and 6.6, respectively, show the inheritance diagrams for these three families of classes. In this chapter we develop the base classes of each family. In Chapters 7, 8, and 9 we develop the derived classes appropriate for ...

Get Using XML with Legacy Business Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.