org.jboss.resteasy.plugins.providers.multipart
Interface MultipartInput

All Known Subinterfaces:
MultipartFormDataInput
All Known Implementing Classes:
MultipartFormDataInputImpl, MultipartInputImpl

public interface MultipartInput

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 java.util.List<InputPart> getParts()
           
 java.lang.String getPreamble()
           
 

Method Detail

getParts

java.util.List<InputPart> getParts()

getPreamble

java.lang.String getPreamble()


Copyright © 2009. All Rights Reserved.