Class SOAPFaultHttpMessageConverter

java.lang.Object
org.springframework.http.converter.AbstractHttpMessageConverter<Object>
org.zalando.riptide.soap.SOAPFaultHttpMessageConverter
All Implemented Interfaces:
org.springframework.http.converter.HttpMessageConverter<Object>

public final class SOAPFaultHttpMessageConverter extends org.springframework.http.converter.AbstractHttpMessageConverter<Object>
  • Field Summary

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

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canWrite(Class<?> type, org.springframework.http.MediaType mediaType)
     
    protected Object
    readInternal(Class<?> type, org.springframework.http.HttpInputMessage message)
     
    protected boolean
    supports(Class<?> type)
     
    protected void
    writeInternal(Object o, org.springframework.http.HttpOutputMessage message)
     

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

    addDefaultHeaders, canRead, canRead, canWrite, getContentLength, getDefaultCharset, getDefaultContentType, getSupportedMediaTypes, read, setDefaultCharset, setSupportedMediaTypes, supportsRepeatableWrites, 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

    • SOAPFaultHttpMessageConverter

      public SOAPFaultHttpMessageConverter()
    • SOAPFaultHttpMessageConverter

      public SOAPFaultHttpMessageConverter(String protocol)
  • Method Details

    • supports

      protected boolean supports(Class<?> type)
      Specified by:
      supports in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>
    • canWrite

      public boolean canWrite(Class<?> type, @Nullable org.springframework.http.MediaType mediaType)
      Specified by:
      canWrite in interface org.springframework.http.converter.HttpMessageConverter<Object>
      Overrides:
      canWrite in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>
    • readInternal

      @Nonnull protected Object readInternal(Class<?> type, org.springframework.http.HttpInputMessage message) throws IOException, org.springframework.http.converter.HttpMessageNotReadableException
      Specified by:
      readInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>
      Throws:
      IOException
      org.springframework.http.converter.HttpMessageNotReadableException
    • writeInternal

      protected void writeInternal(Object o, org.springframework.http.HttpOutputMessage message)
      Specified by:
      writeInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>