Package org.springframework.integration.http.multipart
Provides classes supporting multipart HTTP requests.
-
Interface Summary Interface Description MultipartFileReader<T> Strategy for readingMultipartFile
content. -
Class Summary Class Description DefaultMultipartFileReader MultipartFileReader
implementation that reads theMultipartFile
content directly into a newMultipartFile
instance that is not restricted to the HTTP request scope.FileCopyingMultipartFileReader MultipartFileReader
implementation that copies the MultipartFile's content to a new temporary File in the specified directory.MultipartHttpInputMessage SimpleMultipartFileReader MultipartFileReader
implementation that does not maintain metadata from the originalMultipartFile
instance.UploadedMultipartFile AMultipartFile
implementation that represents an uploaded File.