Jaxb2RootElementHttpMessageConverter()
Implementation of org.springframework.http.converter.HttpMessageConverter that can read and write XML using JAXB2.
This converter can read classes annotated with XmlRootElement and XmlType, and write classes annotated with XmlRootElement, or subclasses thereof.
Note: When using Spring's Marshaller/Unmarshaller abstractions from spring-oxm, you should use the MarshallingHttpMessageConverter instead.
Author
Arjen Poutsma
Author
Sebastien Deleuze
Author
Rossen Stoyanchev
Since
3.0
See Also
MarshallingHttpMessageConverter