|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Multipart | |
|---|---|
| org.apache.james.mime4j.message | |
| Uses of Multipart in org.apache.james.mime4j.message |
|---|
| Methods in org.apache.james.mime4j.message with parameters of type Multipart | |
|---|---|
void |
Entity.setMultipart(Multipart multipart)
Sets the specified multipart as body of this entity. |
void |
Entity.setMultipart(Multipart multipart,
java.util.Map<java.lang.String,java.lang.String> parameters)
Sets the specified multipart as body of this entity. |
void |
MessageWriter.writeMultipart(Multipart multipart,
java.io.OutputStream out)
Write the specified Multipart to the specified
OutputStream. |
| Constructors in org.apache.james.mime4j.message with parameters of type Multipart | |
|---|---|
Multipart(Multipart other)
Creates a new Multipart from the specified
Multipart. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||