17.5 JAXB
The JAXB binding compiler translates a W3C XML Schema into one or more Java classes, ajaxb.propertiesfile, and possibly some resource files. JAXB also offers a way to generate a schema from annotated Java classes.
Spring supports the JAXB 2.0 API as XML marshalling strategies, following theMarshallerandUnmarshallerinterfaces described inSection 17.2, “Marshaller and Unmarshaller”. The corresponding integration classes reside in theorg.springframework.oxm.jaxbpackage.