Uses of Class
org.apache.axiom.mime.Header
Packages that use Header
Package
Description
Contains interfaces for MIME message processing.
-
Uses of Header in org.apache.axiom.mime
Methods in org.apache.axiom.mime that return types with arguments of type HeaderMethod parameters in org.apache.axiom.mime with type arguments of type HeaderModifier and TypeMethodDescriptionvoid
MultipartBodyWriter.writePart
(Blob blob, ContentType contentType, ContentTransferEncoding contentTransferEncoding, String contentID, List<Header> extraHeaders) Write a MIME part.MultipartBodyWriter.writePart
(ContentType contentType, ContentTransferEncoding contentTransferEncoding, String contentID, List<Header> extraHeaders) Start writing a MIME part. -
Uses of Header in org.apache.axiom.om.impl
Method parameters in org.apache.axiom.om.impl with type arguments of type HeaderModifier and TypeMethodDescriptionvoid
Write a MIME part.OMMultipartWriter.writePart
(ContentType contentType, String contentID, List<Header> extraHeaders) Start writing an attachment part of the MIME package.