Package | Description |
---|---|
org.apache.axiom.mime.impl.axiom |
Default MIME message processing API implementation.
|
org.apache.axiom.mime.impl.javamail |
MIME message processing API implementation based on JavaMail.
|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
Modifier and Type | Class and Description |
---|---|
class |
AxiomMultipartWriterFactory
Factory for Axiom's own
MultipartWriter implementation. |
Modifier and Type | Field and Description |
---|---|
static MultipartWriterFactory |
AxiomMultipartWriterFactory.INSTANCE |
Modifier and Type | Class and Description |
---|---|
class |
JavaMailMultipartWriterFactory
Factory for the JavaMail based
MultipartWriter implementation. |
Modifier and Type | Field and Description |
---|---|
static MultipartWriterFactory |
JavaMailMultipartWriterFactory.INSTANCE |
Modifier and Type | Method and Description |
---|---|
MultipartWriterFactory |
OMOutputFormat.getMultipartWriterFactory()
Get the currently configured multipart writer factory.
|
Modifier and Type | Method and Description |
---|---|
void |
OMOutputFormat.setMultipartWriterFactory(MultipartWriterFactory multipartWriterFactory)
Set the multipart writer factory.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.