|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3.1.0) B28977-01 |
|||||||||
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 |