Package | Description |
---|---|
org.apache.james.mime4j.message |
Modifier and Type | Method and Description |
---|---|
void |
Entity.setMultipart(Multipart multipart)
Sets the specified multipart as body of this entity.
|
void |
Entity.setMultipart(Multipart multipart,
Map<String,String> parameters)
Sets the specified multipart as body of this entity.
|
void |
MessageWriter.writeMultipart(Multipart multipart,
OutputStream out)
Write the specified
Multipart to the specified
OutputStream . |
Constructor and Description |
---|
Multipart(Multipart other)
Creates a new
Multipart from the specified
Multipart . |
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.