Package org.springframework.integration.http.multipart

Interface Summary
MultipartFileReader<T> Strategy for reading MultipartFile content.
 

Class Summary
DefaultMultipartFileReader MultipartFileReader implementation that reads the MultipartFile content directly into a new MultipartFile instance that is not restricted to the HTTP request scope.
FileCopyingMultipartFileReader MultipartFileReader implementation that copies the MulitpartFile's content to a new temporary File in the specified directory.
MultipartHttpInputMessage  
SimpleMultipartFileReader MultipartFileReader implementation that does not maintain metadata from the original MultipartFile instance.
UploadedMultipartFile A MultipartFile implementation that represents an uploaded File.