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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    writeToResult(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, supports

    Methods inherited from class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter

    createMarshaller, createUnmarshaller, customizeMarshaller, customizeUnmarshaller, getJaxbContext

    Methods inherited from class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter

    readInternal, transform, writeInternal

    Methods inherited from class org.springframework.http.converter.AbstractHttpMessageConverter

    addDefaultHeaders, canRead, canWrite, getContentLength, getDefaultCharset, getDefaultContentType, getSupportedMediaTypes, read, setDefaultCharset, setSupportedMediaTypes, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.http.converter.HttpMessageConverter

    getSupportedMediaTypes
  • Constructor Details

    • CXMLJaxb2MessageConverter

      public CXMLJaxb2MessageConverter()
  • Method Details

    • writeToResult

      protected void writeToResult(Object o, org.springframework.http.HttpHeaders headers, Result result) throws Exception
      Overrides:
      writeToResult in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
      Throws:
      Exception