Uses of Class
jakarta.xml.soap.MimeHeader
-
Uses of MimeHeader in jakarta.xml.soap
Classes in jakarta.xml.soap that implement interfaces with type arguments of type MimeHeaderFields in jakarta.xml.soap declared as MimeHeaderFields in jakarta.xml.soap with type parameters of type MimeHeaderModifier and TypeFieldDescriptionprivate Vector<MimeHeader> MimeHeaders.headersprivate final Iterator<MimeHeader> MimeHeaders.MatchingIterator.iteratorMethods in jakarta.xml.soap that return MimeHeaderModifier and TypeMethodDescriptionMimeHeaders.MatchingIterator.next()private MimeHeaderMimeHeaders.MatchingIterator.nextMatch()Methods in jakarta.xml.soap that return types with arguments of type MimeHeaderModifier and TypeMethodDescriptionMimeHeaders.getAllHeaders()Returns all theMimeHeaders in thisMimeHeadersobject.abstract Iterator<MimeHeader> AttachmentPart.getAllMimeHeaders()Retrieves all the headers for thisAttachmentPartobject as an iterator over theMimeHeaderobjects.abstract Iterator<MimeHeader> SOAPPart.getAllMimeHeaders()Retrieves all the headers for thisSOAPPartobject as an iterator over theMimeHeaderobjects.MimeHeaders.getMatchingHeaders(String[] names) Returns all theMimeHeaderobjects whose name matches a name in the given array of names.abstract Iterator<MimeHeader> AttachmentPart.getMatchingMimeHeaders(String[] names) Retrieves allMimeHeaderobjects that match a name in the given array.abstract Iterator<MimeHeader> SOAPPart.getMatchingMimeHeaders(String[] names) Retrieves allMimeHeaderobjects that match a name in the given array.MimeHeaders.getNonMatchingHeaders(String[] names) Returns all of theMimeHeaderobjects whose name does not match a name in the given array of names.abstract Iterator<MimeHeader> AttachmentPart.getNonMatchingMimeHeaders(String[] names) Retrieves allMimeHeaderobjects whose name does not match a name in the given array.abstract Iterator<MimeHeader> SOAPPart.getNonMatchingMimeHeaders(String[] names) Retrieves allMimeHeaderobjects 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)