Class XmlAwareFormHttpMessageConverter
- java.lang.Object
- org.springframework.http.converter.FormHttpMessageConverter
- org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter
- All Implemented Interfaces:
HttpMessageConverter<MultiValueMap<String,?>>
@Deprecated public class XmlAwareFormHttpMessageConverter extends FormHttpMessageConverter
Deprecated.in favor ofAllEncompassingFormHttpMessageConverter
Extension ofFormHttpMessageConverter
, adding support for XML-based parts through aSourceHttpMessageConverter
.- Since:
- 3.0.3
- Author:
- Juergen Hoeller
Field Summary
Fields inherited from class org.springframework.http.converter.FormHttpMessageConverter
DEFAULT_CHARSET
Constructor Summary
Constructors Constructor Description XmlAwareFormHttpMessageConverter()
Deprecated.
Method Summary
Methods inherited from class org.springframework.http.converter.FormHttpMessageConverter
addPartConverter, canRead, canWrite, generateMultipartBoundary, getFilename, getHttpEntity, getSupportedMediaTypes, read, setCharset, setMultipartCharset, setPartConverters, setSupportedMediaTypes, write
Constructor Detail
XmlAwareFormHttpMessageConverter
public XmlAwareFormHttpMessageConverter()
Deprecated.