Package com.sun.xml.ws.api.message
Interface AttachmentEx
-
- All Superinterfaces:
Attachment
- All Known Implementing Classes:
SAAJMessage.SAAJAttachment
public interface AttachmentEx extends Attachment
Attachment extended interface exposing custom MIME headers.- Since:
- 2.2.6
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAttachmentEx.MimeHeaderMIME header
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<AttachmentEx.MimeHeader>getMimeHeaders()Iterator of custom MIME headers associated with this attachment-
Methods inherited from interface com.sun.xml.ws.api.message.Attachment
asByteArray, asDataHandler, asInputStream, asSource, getContentId, getContentType, writeTo, writeTo
-
-
-
-
Method Detail
-
getMimeHeaders
@NotNull Iterator<AttachmentEx.MimeHeader> getMimeHeaders()
Iterator of custom MIME headers associated with this attachment- Returns:
- MIME header iterator
-
-