|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Payload.Part
Public API for the payload Part.
| Method Summary | |
|---|---|
void |
copy(java.io.OutputStream os)
Copies the contents of the Part to the specified OutputStream. |
java.lang.String |
getContentType()
Returns the content type of the part. |
java.io.InputStream |
getInputStream()
Returns an InputStream suitable for reading the content of the Part. |
java.lang.String |
getName()
Returns the name assigned to the part when it was created. |
java.util.Properties |
getProperties()
Returns the Properties associated with the Part. |
boolean |
isRecursive()
Indicates if the Part represents a recursive action or not. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getContentType()
java.util.Properties getProperties()
java.io.InputStream getInputStream()
void copy(java.io.OutputStream os)
throws java.io.IOException
os - target OutputStream to receive the content of the Part
java.io.IOExceptionboolean isRecursive()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||