Uses of Class
jakarta.xml.soap.MimeHeaders
Packages that use MimeHeaders
-
Uses of MimeHeaders in jakarta.xml.soap
Methods in jakarta.xml.soap that return MimeHeadersModifier and TypeMethodDescriptionabstract MimeHeadersSOAPMessage.getMimeHeaders()Returns all the transport-specific MIME headers for thisSOAPMessageobject in a transport-independent fashion.Methods in jakarta.xml.soap with parameters of type MimeHeadersModifier and TypeMethodDescriptionabstract SOAPMessageMessageFactory.createMessage(MimeHeaders headers, InputStream in) Internalizes the contents of the givenInputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject.abstract Iterator<AttachmentPart> SOAPMessage.getAttachments(MimeHeaders headers) Retrieves all theAttachmentPartobjects that have header entries that match the specified headers.abstract voidSOAPMessage.removeAttachments(MimeHeaders headers) Removes all theAttachmentPartobjects that have header entries that match the specified headers.