Spring Integration

Uses of Interface
org.springframework.integration.http.MultipartFileReader

Packages that use MultipartFileReader
org.springframework.integration.http   
 

Uses of MultipartFileReader in org.springframework.integration.http
 

Classes in org.springframework.integration.http that implement MultipartFileReader
 class DefaultMultipartFileReader
          MultipartFileReader implementation that reads the MultipartFile content directly into a new MultipartFile instance that is not restricted to the HTTP request scope.
 class FileCopyingMultipartFileReader
          MultipartFileReader implementation that copies the MulitpartFile's content to a new temporary File in the specified directory.
 class SimpleMultipartFileReader
          MultipartFileReader implementation that does not maintain metadata from the original MultipartFile instance.
 

Methods in org.springframework.integration.http with parameters of type MultipartFileReader
 void MultipartAwareFormHttpMessageConverter.setMultipartFileReader(MultipartFileReader<?> multipartFileReader)
          Specify the MultipartFileReader to use when reading MultipartFile content.
 


Spring Integration

Copyright © 2010. All Rights Reserved.