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