Package org.restlet.ext.jaxb
Integration with Java XML Binding (JAXB) 2.4. JAXB provides a convenient
way to process XML content using Java objects by binding it's XML schema
to Java representation.
- Since:
- Restlet 1.1
- See Also:
- JAXB Web site, User Guide - JAXB extension
-
Class Summary Class Description JaxbConverter A JAXB Converter Helper to convert from JAXB objects to JaxbRepresentations and vice versa.JaxbRepresentation<T> An XML representation based on JAXB that provides easy translation between XML and JAXB element class trees.