Binding XML to Java Classes

16 10 2007

JAXB= java Architecture for XML Binding provide a convient way to bind between XML schemas and Java classes.

Architecture as following figure

Diagram of JAXB architecture, showing Schema on left, Schema Generator and Schema Compiler in the middle, and Application Code on the right.

when unmarshalling xml schemas to Java class , XML Schema is represented by classes derived from XML elements and an ObjectFactory class.