Package | Description |
---|---|
org.springframework.http.converter.xml |
Provides an HttpMessageConverter implementations for handling XML.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJaxb2HttpMessageConverter<T>
Abstract base class for
HttpMessageConverters that
use JAXB2. |
class |
Jaxb2RootElementHttpMessageConverter
Implementation of
HttpMessageConverter that can read
and write XML using JAXB2. |
class |
MarshallingHttpMessageConverter
Implementation of
HttpMessageConverter
that can read and write XML using Spring's Marshaller and Unmarshaller abstractions. |
class |
SourceHttpMessageConverter<T extends Source>
Implementation of
HttpMessageConverter that can read and write Source objects. |
Copyright © 2014. All rights reserved.