Uses of Class
org.apache.axiom.mime.MediaType
Packages that use MediaType
Package
Description
Contains interfaces for MIME message processing.
-
Uses of MediaType in org.apache.axiom.mime
Fields in org.apache.axiom.mime declared as MediaTypeModifier and TypeFieldDescriptionstatic final MediaType
MediaType.APPLICATION_OCTET_STREAM
The media type forapplication/octet-stream
.static final MediaType
MediaType.APPLICATION_SOAP_XML
The media type forapplication/soap+xml
.static final MediaType
MediaType.APPLICATION_XML
The media type forapplication/xml
.static final MediaType
MediaType.APPLICATION_XOP_XML
The media type forapplication/xop+xml
.static final MediaType
MediaType.MULTIPART_RELATED
The media type formultipart/related
.static final MediaType
MediaType.TEXT_PLAIN
The media type fortext/plain
.static final MediaType
MediaType.TEXT_XML
The media type fortext/xml
.Methods in org.apache.axiom.mime that return MediaTypeModifier and TypeMethodDescriptionContentType.Builder.getMediaType()
Get the media type.ContentType.getMediaType()
Get the media type this content type refers to.Methods in org.apache.axiom.mime with parameters of type MediaTypeModifier and TypeMethodDescriptionContentType.Builder.setMediaType
(MediaType mediaType) Set the media type.Constructors in org.apache.axiom.mime with parameters of type MediaTypeModifierConstructorDescriptionContentType
(MediaType mediaType, String... parameters) Constructor. -
Uses of MediaType in org.apache.axiom.soap
Methods in org.apache.axiom.soap that return MediaTypeModifier and TypeMethodDescriptionSOAP11Version.getMediaType()
SOAP12Version.getMediaType()
SOAPVersion.getMediaType()
Obtain the media type for this version of SOAP.