|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IncomingAttachments
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 |
|---|
void close()
throws IOException
IOException
boolean hasNextAttachment()
throws IOException
IOException
Attachment nextAttachment()
throws IOException
IOException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||