Class InputStreamHttpMessageConverter
java.lang.Object
org.springframework.http.converter.AbstractHttpMessageConverter<InputStream>
org.frankframework.management.gateway.InputStreamHttpMessageConverter
- All Implemented Interfaces:
- org.springframework.http.converter.HttpMessageConverter<InputStream>
public class InputStreamHttpMessageConverter
extends org.springframework.http.converter.AbstractHttpMessageConverter<InputStream>
- 
Field SummaryFields inherited from class org.springframework.http.converter.AbstractHttpMessageConverterlogger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected InputStreamreadInternal(Class<? extends InputStream> clazz, org.springframework.http.HttpInputMessage inputMessage) protected booleanprotected voidwriteInternal(InputStream is, org.springframework.http.HttpOutputMessage outputMessage) Methods inherited from class org.springframework.http.converter.AbstractHttpMessageConverteraddDefaultHeaders, canRead, canRead, canWrite, canWrite, getContentLength, getDefaultCharset, getDefaultContentType, getSupportedMediaTypes, read, setDefaultCharset, setSupportedMediaTypes, supportsRepeatableWrites, writeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.http.converter.HttpMessageConvertergetSupportedMediaTypes
- 
Constructor Details- 
InputStreamHttpMessageConverterpublic InputStreamHttpMessageConverter()
 
- 
- 
Method Details- 
supports- Specified by:
- supportsin class- org.springframework.http.converter.AbstractHttpMessageConverter<InputStream>
 
- 
readInternalprotected InputStream readInternal(Class<? extends InputStream> clazz, org.springframework.http.HttpInputMessage inputMessage) throws org.springframework.http.converter.HttpMessageNotReadableException - Specified by:
- readInternalin class- org.springframework.http.converter.AbstractHttpMessageConverter<InputStream>
- Throws:
- org.springframework.http.converter.HttpMessageNotReadableException
 
- 
writeInternalprotected void writeInternal(InputStream is, org.springframework.http.HttpOutputMessage outputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException - Specified by:
- writeInternalin class- org.springframework.http.converter.AbstractHttpMessageConverter<InputStream>
- Throws:
- IOException
- org.springframework.http.converter.HttpMessageNotWritableException
 
 
-