|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axiom.mime.impl.javamail.JavaMailMultipartWriterFactory
public class JavaMailMultipartWriterFactory
Factory for the JavaMail based MultipartWriter implementation.
| Field Summary | |
|---|---|
static MultipartWriterFactory |
INSTANCE
|
| Constructor Summary | |
|---|---|
JavaMailMultipartWriterFactory()
|
|
| Method Summary | |
|---|---|
MultipartWriter |
createMultipartWriter(java.io.OutputStream out,
java.lang.String boundary)
Create a new MultipartWriter instance that writes a MIME multipart package to a given
output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final MultipartWriterFactory INSTANCE
| Constructor Detail |
|---|
public JavaMailMultipartWriterFactory()
| Method Detail |
|---|
public MultipartWriter createMultipartWriter(java.io.OutputStream out,
java.lang.String boundary)
MultipartWriterFactoryMultipartWriter instance that writes a MIME multipart package to a given
output stream.
createMultipartWriter in interface MultipartWriterFactoryout - The output stream to write the MIME package to.boundary - The MIME boundary to use. The value should not include the leading dashes, i.e. it
is the same value as used in the boundary content type parameter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||