|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.security.opt.impl.attachment.AttachmentSetImpl
public class AttachmentSetImpl
| Constructor Summary | |
|---|---|
AttachmentSetImpl()
Creates an empty AttachmentSet. |
|
AttachmentSetImpl(java.lang.Iterable<com.sun.xml.ws.api.message.Attachment> base)
Creates an AttachmentSet by copying contents from another. |
|
| Method Summary | |
|---|---|
void |
add(com.sun.xml.ws.api.message.Attachment att)
|
com.sun.xml.ws.api.message.Attachment |
get(java.lang.String contentId)
|
boolean |
isEmpty()
|
java.util.Iterator<com.sun.xml.ws.api.message.Attachment> |
iterator()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttachmentSetImpl()
AttachmentSet.
public AttachmentSetImpl(java.lang.Iterable<com.sun.xml.ws.api.message.Attachment> base)
AttachmentSet by copying contents from another.
| Method Detail |
|---|
public com.sun.xml.ws.api.message.Attachment get(java.lang.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.AttachmentSetpublic java.util.Iterator<com.sun.xml.ws.api.message.Attachment> iterator()
iterator in interface java.lang.Iterable<com.sun.xml.ws.api.message.Attachment>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||