Class AttachmentSetImpl
- java.lang.Object
-
- com.sun.xml.ws.security.opt.impl.attachment.AttachmentSetImpl
-
-
Constructor Summary
Constructors Constructor Description AttachmentSetImpl()Creates an emptyAttachmentSet.AttachmentSetImpl(Iterable<com.sun.xml.ws.api.message.Attachment> base)Creates anAttachmentSetby copying contents from another.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(com.sun.xml.ws.api.message.Attachment att)com.sun.xml.ws.api.message.Attachmentget(String contentId)booleanisEmpty()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
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
AttachmentSetImpl
public AttachmentSetImpl()
Creates an emptyAttachmentSet.
-
AttachmentSetImpl
public AttachmentSetImpl(Iterable<com.sun.xml.ws.api.message.Attachment> base)
Creates anAttachmentSetby copying contents from another.
-
-
Method Detail
-
get
public com.sun.xml.ws.api.message.Attachment get(String contentId)
- Specified by:
getin interfacecom.sun.xml.ws.api.message.AttachmentSet
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfacecom.sun.xml.ws.api.message.AttachmentSet
-
add
public void add(com.sun.xml.ws.api.message.Attachment att)
- Specified by:
addin interfacecom.sun.xml.ws.api.message.AttachmentSet
-
-