| Constructor and Description |
|---|
SOAPFaultHttpMessageConverter() |
SOAPFaultHttpMessageConverter(String protocol) |
| Modifier and Type | Method and 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) |
public SOAPFaultHttpMessageConverter()
public SOAPFaultHttpMessageConverter(String protocol)
protected boolean supports(Class<?> type)
supports in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>public boolean canWrite(Class<?> type, @Nullable org.springframework.http.MediaType mediaType)
@Nonnull protected Object readInternal(Class<?> type, org.springframework.http.HttpInputMessage message) throws IOException, org.springframework.http.converter.HttpMessageNotReadableException
readInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>IOExceptionorg.springframework.http.converter.HttpMessageNotReadableExceptionCopyright © 2015–2021 Zalando SE. All rights reserved.