| Constructor and Description |
|---|
SOAPHttpMessageConverter() |
SOAPHttpMessageConverter(String protocol) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
readInternal(Class<?> type,
org.springframework.http.HttpInputMessage message) |
protected boolean |
supports(Class<?> type) |
protected void |
writeInternal(Object value,
org.springframework.http.HttpOutputMessage message) |
public SOAPHttpMessageConverter()
public SOAPHttpMessageConverter(String protocol)
protected boolean supports(Class<?> type)
supports in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>@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.HttpMessageNotReadableExceptionprotected void writeInternal(Object value, org.springframework.http.HttpOutputMessage message) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException
writeInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>IOExceptionorg.springframework.http.converter.HttpMessageNotWritableExceptionCopyright © 2015–2021 Zalando SE. All rights reserved.