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

    Modifier and Type
    Method
    Description
    void
    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.
     
     
  • Method Details

    • getParts

      List<InputPart> getParts()
    • getPreamble

      String getPreamble()
    • close

      void close()
      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.