|
||||||||||
| 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(OutputStream os)
Copies the contents of the Part to the specified OutputStream. |
String |
getContentType()
Returns the content type of the part. |
InputStream |
getInputStream()
Returns an InputStream suitable for reading the content of the Part. |
String |
getName()
Returns the name assigned to the part when it was created. |
Properties |
getProperties()
Returns the Properties associated with the Part. |
boolean |
isRecursive()
Indicates if the Part represents a recursive action or not. |
| Method Detail |
|---|
String getName()
String getContentType()
Properties getProperties()
InputStream getInputStream()
void copy(OutputStream os)
throws IOException
os - target OutputStream to receive the content of the Part
IOExceptionboolean isRecursive()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||