| Modifier and Type | Method | Description |
|---|---|---|
Iterator<MimeHeader> |
MimeHeaders.getAllHeaders() |
Returns all the
MimeHeaders in this MimeHeaders object. |
abstract Iterator<MimeHeader> |
AttachmentPart.getAllMimeHeaders() |
Retrieves all the headers for this
AttachmentPart object
as an iterator over the MimeHeader objects. |
abstract Iterator<MimeHeader> |
SOAPPart.getAllMimeHeaders() |
Retrieves all the headers for this
SOAPPart object
as an iterator over the MimeHeader objects. |
Iterator<MimeHeader> |
MimeHeaders.getMatchingHeaders(String[] names) |
Returns all the
MimeHeader objects whose name matches
a name in the given array of names. |
abstract Iterator<MimeHeader> |
AttachmentPart.getMatchingMimeHeaders(String[] names) |
Retrieves all
MimeHeader objects that match a name in
the given array. |
abstract Iterator<MimeHeader> |
SOAPPart.getMatchingMimeHeaders(String[] names) |
Retrieves all
MimeHeader objects that match a name in
the given array. |
Iterator<MimeHeader> |
MimeHeaders.getNonMatchingHeaders(String[] names) |
Returns all of the
MimeHeader objects whose name does not
match a name in the given array of names. |
abstract Iterator<MimeHeader> |
AttachmentPart.getNonMatchingMimeHeaders(String[] names) |
Retrieves all
MimeHeader objects whose name does
not match a name in the given array. |
abstract Iterator<MimeHeader> |
SOAPPart.getNonMatchingMimeHeaders(String[] names) |
Retrieves all
MimeHeader objects whose name does
not match a name in the given array. |
Copyright © 2017 Oracle. All rights reserved.