Class CXMLJaxb2MessageConverter
java.lang.Object
org.springframework.http.converter.AbstractHttpMessageConverter<T>
org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter<T>
org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter<Object>
org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
de.hybris.platform.b2bpunchoutaddon.converter.CXMLJaxb2MessageConverter
- All Implemented Interfaces:
org.springframework.http.converter.HttpMessageConverter<Object>
public class CXMLJaxb2MessageConverter
extends org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
Implementation of Message Converter to set header elements.
-
Field Summary
Fields inherited from class org.springframework.http.converter.AbstractHttpMessageConverter
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteToResult(Object o, org.springframework.http.HttpHeaders headers, Result result) Methods inherited from class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
canRead, canWrite, isProcessExternalEntities, isSupportDtd, processSource, readFromSource, setProcessExternalEntities, setSupportDtd, supportsMethods inherited from class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
createMarshaller, createUnmarshaller, customizeMarshaller, customizeUnmarshaller, getJaxbContextMethods inherited from class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
readInternal, transform, writeInternalMethods inherited from class org.springframework.http.converter.AbstractHttpMessageConverter
addDefaultHeaders, canRead, canWrite, getContentLength, getDefaultCharset, getDefaultContentType, getSupportedMediaTypes, read, setDefaultCharset, setSupportedMediaTypes, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.http.converter.HttpMessageConverter
getSupportedMediaTypes
-
Constructor Details
-
CXMLJaxb2MessageConverter
public CXMLJaxb2MessageConverter()
-
-
Method Details