|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3) B25988-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An object collecting incoming (server request or client response) streaming attachments.
| Method Summary | |
void |
close()Close the incoming attachments stream. |
boolean |
hasNextAttachment()Check if there are more attachments in this request/response. |
Attachment |
nextAttachment()Returns an Attachment object for the next attachment on the wire. |
| Method Detail |
public void close()
throws IOException
IOException
public boolean hasNextAttachment()
throws IOException
IOException
public Attachment nextAttachment()
throws IOException
IOException
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||