Uses of Class
javax.xml.soap.MimeHeaders
-
Packages that use MimeHeaders Package Description javax.xml.soap Provides the API for creating and building SOAP messages. -
-
Uses of MimeHeaders in javax.xml.soap
Methods in javax.xml.soap that return MimeHeaders Modifier and Type Method Description abstract MimeHeadersSOAPMessage. getMimeHeaders()Returns all the transport-specific MIME headers for thisSOAPMessageobject in a transport-independent fashion.Methods in javax.xml.soap with parameters of type MimeHeaders Modifier and Type Method Description abstract SOAPMessageMessageFactory. createMessage(MimeHeaders headers, InputStream in)Internalizes the contents of the givenInputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject.abstract IteratorSOAPMessage. 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.
-