| Constructor and Description |
|---|
AttachmentSetImpl()
Creates an empty
AttachmentSet. |
AttachmentSetImpl(Iterable<com.sun.xml.ws.api.message.Attachment> base)
Creates an
AttachmentSet by copying contents from another. |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.sun.xml.ws.api.message.Attachment att) |
com.sun.xml.ws.api.message.Attachment |
get(String contentId) |
boolean |
isEmpty() |
Iterator<com.sun.xml.ws.api.message.Attachment> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic AttachmentSetImpl()
AttachmentSet.public AttachmentSetImpl(Iterable<com.sun.xml.ws.api.message.Attachment> base)
AttachmentSet by copying contents from another.public com.sun.xml.ws.api.message.Attachment get(String contentId)
get in interface com.sun.xml.ws.api.message.AttachmentSetpublic boolean isEmpty()
isEmpty in interface com.sun.xml.ws.api.message.AttachmentSetpublic void add(com.sun.xml.ws.api.message.Attachment att)
add in interface com.sun.xml.ws.api.message.AttachmentSetCopyright © 2005–2018 Oracle Corporation. All rights reserved.