Class AttachmentSetImpl
java.lang.Object
com.sun.xml.ws.security.opt.impl.attachment.AttachmentSetImpl
- All Implemented Interfaces:
com.sun.xml.ws.api.message.AttachmentSet,Iterable<com.sun.xml.ws.api.message.Attachment>
- Author:
- Ashutosh.Shahi@sun.com
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an emptyAttachmentSet.AttachmentSetImpl(Iterable<com.sun.xml.ws.api.message.Attachment> base) Creates anAttachmentSetby copying contents from another. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
AttachmentSetImpl
public AttachmentSetImpl()Creates an emptyAttachmentSet. -
AttachmentSetImpl
Creates anAttachmentSetby copying contents from another.
-
-
Method Details
-
get
- 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
-
iterator
-