All Classes and Interfaces
Classes
Class
Description
Represents a single book entity mapped from the XML structure.
Repository responsible for storing book data in the H2 database.
Root container for a collection of
Book objects.Client responsible for connecting to the server and processing received XML data.
Initializes and manages the in-memory H2 database used by the application.
Utility class responsible for converting between XML strings
and Java objects using JAXB.
Application entry point.
Service responsible for receiving XML data from an input stream.
Service responsible for validating XML documents against an XSD schema.