| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultipartDataSink
Data sink that accepts a multipart data request. Refer to com.ibm.portal.resolver.data.MultipartInputStream for more information how to use the input stream to access the individual parts.
In case any of the multipart parts in turn also contains multipart content, new MultipartInputStream instances can be constructed via the com.ibm.portal.resolver.streams.StreamFactory to parse this content.
Method Summary | |
---|---|
DataSource | read(MultipartInputStream in,
java.lang.String mimeType)
Reads the given multipart input stream and based on this information generates a DataSource object that represents the response. |
Methods inherited from interface com.ibm.portal.Disposable |
---|
dispose |
Method Detail |
---|
DataSource read(MultipartInputStream in, java.lang.String mimeType) throws java.io.IOException
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |