Class AttachmentSetImpl

java.lang.Object
com.sun.xml.ws.message.AttachmentSetImpl
All Implemented Interfaces:
AttachmentSet, Iterable<Attachment>

public final class AttachmentSetImpl extends Object implements AttachmentSet
Default dumb AttachmentSet implementation backed by ArrayList.

The assumption here is that the number of attachments are small enough to justify linear search in get(String).

Author:
Kohsuke Kawaguchi