JAXB a Java technology that provides an easy and convenient way to map Java classes and an XML schema for simplified development of Web services. JAXB leverages the flexibility of platform-neutral XML data in Java applications to bind an XML schema to Java applications without requiring extensive knowledge of XML programming.
This task describes how to use JAXB to deserialize and serialize XML content.
You have developed and deployed a JAX-RS Web application on the application server that uses XML content for requests and responses.