org.jboss.resteasy.plugins.providers.multipart
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
 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.
 List<InputPart> getParts()
           
 String getPreamble()
           
 

Method Detail

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.



Copyright © 2012. All Rights Reserved.