Package | Description |
---|---|
org.apache.axiom.mime |
Contains interfaces for MIME message processing.
|
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.
|
Modifier and Type | Method and Description |
---|---|
MultipartWriter |
MultipartWriterFactory.createMultipartWriter(OutputStream out,
String boundary)
Create a new
MultipartWriter instance that writes a MIME multipart package to a given
output stream. |
Modifier and Type | Method and Description |
---|---|
MultipartWriter |
AxiomMultipartWriterFactory.createMultipartWriter(OutputStream out,
String boundary) |
Modifier and Type | Method and Description |
---|---|
MultipartWriter |
JavaMailMultipartWriterFactory.createMultipartWriter(OutputStream out,
String boundary) |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.