Package | Description |
---|---|
org.apache.axiom.mime |
Contains interfaces for MIME message processing.
|
org.apache.axiom.soap |
Modifier and Type | Field and Description |
---|---|
static MediaType |
MediaType.APPLICATION_SOAP_XML
The media type for application/soap+xml.
|
static MediaType |
MediaType.APPLICATION_XML
The media type for application/xml.
|
static MediaType |
MediaType.APPLICATION_XOP_XML
The media type for application/xop+xml.
|
static MediaType |
MediaType.MULTIPART_RELATED
The media type for multipart/related.
|
static MediaType |
MediaType.TEXT_XML
The media type for text/xml.
|
Modifier and Type | Method and Description |
---|---|
MediaType |
ContentTypeBuilder.getMediaType()
Get the media type.
|
MediaType |
ContentType.getMediaType()
Get the media type this content type refers to.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentTypeBuilder.setMediaType(MediaType mediaType)
Set the media type.
|
Constructor and Description |
---|
ContentType(MediaType mediaType,
String[] parameters)
Constructor.
|
ContentTypeBuilder(MediaType mediaType)
Constructor that initializes the builder with a media type and no parameters.
|
Modifier and Type | Method and Description |
---|---|
MediaType |
SOAPVersion.getMediaType()
Obtain the media type for this version of SOAP.
|
MediaType |
SOAP12Version.getMediaType() |
MediaType |
SOAP11Version.getMediaType() |
Copyright © The Apache Software Foundation. All Rights Reserved.