+

Search Tips   |   Advanced Search

Implement a resource method using JAXB objects for XML content.

Configure the JAX-RS application.

Parent

Use XML content in JAX-RS application requests and responses

We can use JAXB objects as request entity parameters and response entities with JAX-RS applications. Instead of transforming XML to and from native Java types, we can take advantage of using JAXB objects.


What to do next

Assemble JAX-RS web applications.


Subtopics


Related tasks

  • Implement a resource method using JAXB objects for XML content
  • Use JAXB for XML data binding