Uses of Class
jakarta.xml.soap.MimeHeader
-
Uses of MimeHeader in jakarta.xml.soap
Fields in jakarta.xml.soap declared as MimeHeaderFields in jakarta.xml.soap with type parameters of type MimeHeaderModifier and TypeFieldDescriptionprivate Vector
<MimeHeader> MimeHeaders.headers
private final Iterator
<MimeHeader> MimeHeaders.MatchingIterator.iterator
Methods in jakarta.xml.soap that return MimeHeaderModifier and TypeMethodDescriptionMimeHeaders.MatchingIterator.next()
private MimeHeader
MimeHeaders.MatchingIterator.nextMatch()
Methods in jakarta.xml.soap that return types with arguments of type MimeHeaderModifier 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.Constructor parameters in jakarta.xml.soap with type arguments of type MimeHeaderModifierConstructorDescription(package private)
MatchingIterator
(String[] names, boolean match, Iterator<MimeHeader> i)