| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.http.DefaultMultipartFileReader
public class DefaultMultipartFileReader
MultipartFileReader implementation that reads the MultipartFile
 content directly into a new MultipartFile instance that is not restricted
 to the HTTP request scope.
| Constructor Summary | |
|---|---|
DefaultMultipartFileReader()
 | 
|
| Method Summary | |
|---|---|
 MultipartFile | 
readMultipartFile(MultipartFile multipartFile)
Reads MultipartFile content. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DefaultMultipartFileReader()
| Method Detail | 
|---|
public MultipartFile readMultipartFile(MultipartFile multipartFile)
                                throws java.io.IOException
MultipartFileReaderMultipartFile content.
readMultipartFile in interface MultipartFileReader<MultipartFile>java.io.IOException
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||