Package | Description |
---|---|
org.springframework.http.converter.xml |
Provides HttpMessageConverter implementations for handling XML.
|
Modifier and Type | Class and Description |
---|---|
class |
Jaxb2CollectionHttpMessageConverter<T extends Collection>
An
HttpMessageConverter that can read XML collections using JAXB2. |
class |
Jaxb2RootElementHttpMessageConverter
Implementation of
HttpMessageConverter that can read and write XML using JAXB2. |