Uses of Class
org.apache.axiom.mime.ContentType
Packages that use ContentType
Package
Description
Contains interfaces for MIME message processing.
Contains utility classes to work with the Java Activation Framework.
-
Uses of ContentType in org.apache.axiom.mime
Methods in org.apache.axiom.mime that return ContentTypeModifier and TypeMethodDescriptionContentType.Builder.build()
Build theContentType
object.MultipartBody.getContentType()
Part.getContentType()
Get the content type of this part.Methods in org.apache.axiom.mime with parameters of type ContentTypeModifier and TypeMethodDescriptionMultipartBody.Builder.setContentType
(ContentType contentType) void
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 ContentType in org.apache.axiom.om.format.xop
Methods in org.apache.axiom.om.format.xop that return ContentTypeModifier and TypeMethodDescriptionContentTypeProvider.getContentType
(Blob blob) Determine the content type to use for a MIME part.Methods in org.apache.axiom.om.format.xop with parameters of type ContentTypeModifier and TypeMethodDescriptionCombinedContentTransferEncodingPolicy.getContentTransferEncoding
(Blob blob, ContentType contentType) ContentTransferEncodingPolicy.getContentTransferEncoding
(Blob blob, ContentType contentType) Determine the content transfer encoding to use for a MIME part. -
Uses of ContentType in org.apache.axiom.om.impl
Methods in org.apache.axiom.om.impl that return ContentTypeModifier and TypeMethodDescriptionOMMultipartWriter.getRootPartContentType()
Get the content type of the root part, as determined by theOMOutputFormat
passed to the constructor of this object.Methods in org.apache.axiom.om.impl with parameters of type ContentTypeModifier and TypeMethodDescriptionOMMultipartWriter.writePart
(ContentType contentType, String contentID) Start writing an attachment part of the MIME package.OMMultipartWriter.writePart
(ContentType contentType, String contentID, List<Header> extraHeaders) Start writing an attachment part of the MIME package. -
Uses of ContentType in org.apache.axiom.util.activation
Methods in org.apache.axiom.util.activation that return ContentType