org.springframework.integration.http
Class DefaultMultipartFileReader
java.lang.Object
org.springframework.integration.http.DefaultMultipartFileReader
- All Implemented Interfaces:
- MultipartFileReader<MultipartFile>
public class DefaultMultipartFileReader
- extends Object
- implements MultipartFileReader<MultipartFile>
MultipartFileReader
implementation that reads the MultipartFile
content directly into a new MultipartFile
instance that is not restricted
to the HTTP request scope.
- Since:
- 2.0
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMultipartFileReader
public DefaultMultipartFileReader()
readMultipartFile
public MultipartFile readMultipartFile(MultipartFile multipartFile)
throws IOException
- Description copied from interface:
MultipartFileReader
- Reads
MultipartFile
content.
- Specified by:
readMultipartFile
in interface MultipartFileReader<MultipartFile>
- Throws:
IOException
Copyright © 2010. All Rights Reserved.