Interface MultipartInput
-
- All Known Subinterfaces:
MultipartFormDataInput,MultipartRelatedInput
- All Known Implementing Classes:
MultipartFormDataInputImpl,MultipartInputImpl,MultipartRelatedInputImpl
public interface MultipartInput- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Call this method to delete any temporary files created from unmarshalling this multipart message Otherwise they will be deleted on Garbage Collection or JVM exit.List<InputPart>getParts()StringgetPreamble()
-