Package | Description |
---|---|
jakarta.xml.soap |
Provides the API for creating and building SOAP messages.
|
Modifier and Type | Method and Description |
---|---|
Iterator<MimeHeader> |
MimeHeaders.getAllHeaders()
Returns all the
MimeHeader s in this MimeHeaders object. |
abstract Iterator<MimeHeader> |
SOAPPart.getAllMimeHeaders()
Retrieves all the headers for this
SOAPPart object
as an iterator over the MimeHeader objects. |
abstract Iterator<MimeHeader> |
AttachmentPart.getAllMimeHeaders()
Retrieves all the headers for this
AttachmentPart 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> |
SOAPPart.getMatchingMimeHeaders(String[] names)
Retrieves all
MimeHeader objects that match a name in
the given array. |
abstract Iterator<MimeHeader> |
AttachmentPart.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> |
SOAPPart.getNonMatchingMimeHeaders(String[] names)
Retrieves all
MimeHeader objects whose name does
not match a name in the given array. |
abstract Iterator<MimeHeader> |
AttachmentPart.getNonMatchingMimeHeaders(String[] names)
Retrieves all
MimeHeader objects whose name does
not match a name in the given array. |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.