Uses of Class
jakarta.xml.soap.MimeHeader
-
Uses of MimeHeader in jakarta.xml.soap
Modifier and TypeMethodDescriptionMimeHeaders.getAllHeaders()
Returns all theMimeHeader
s in thisMimeHeaders
object.abstract Iterator
<MimeHeader> AttachmentPart.getAllMimeHeaders()
Retrieves all the headers for thisAttachmentPart
object as an iterator over theMimeHeader
objects.abstract Iterator
<MimeHeader> SOAPPart.getAllMimeHeaders()
Retrieves all the headers for thisSOAPPart
object as an iterator over theMimeHeader
objects.MimeHeaders.getMatchingHeaders
(String[] names) Returns all theMimeHeader
objects whose name matches a name in the given array of names.abstract Iterator
<MimeHeader> AttachmentPart.getMatchingMimeHeaders
(String[] names) Retrieves allMimeHeader
objects that match a name in the given array.abstract Iterator
<MimeHeader> SOAPPart.getMatchingMimeHeaders
(String[] names) Retrieves allMimeHeader
objects that match a name in the given array.MimeHeaders.getNonMatchingHeaders
(String[] names) Returns all of theMimeHeader
objects whose name does not match a name in the given array of names.abstract Iterator
<MimeHeader> AttachmentPart.getNonMatchingMimeHeaders
(String[] names) Retrieves allMimeHeader
objects whose name does not match a name in the given array.abstract Iterator
<MimeHeader> SOAPPart.getNonMatchingMimeHeaders
(String[] names) Retrieves allMimeHeader
objects whose name does not match a name in the given array.