Resteasy Multipart Provider 2.3.6.Final-redhat-1

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.


Resteasy Multipart Provider 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.