Documentation

Representing XML Content
Trail: Java Architecture for XML Binding (JAXB)
Lesson: Introduction to JAXB

Representing XML Content

This section describes how JAXB represents XML content as Java objects.

Java Representation of XML Schema

JAXB supports the grouping of generated classes in Java packages. A package consists of the following:


Previous page: JAXB Architecture
Next page: Binding XML Schemas