Package | Description |
---|---|
org.apache.james.mime4j.message |
Modifier and Type | Class and Description |
---|---|
class |
BodyPart
Represents a MIME body part (see RFC 2045).
|
class |
Message
Represents a MIME message.
|
Modifier and Type | Method and Description |
---|---|
Entity |
Multipart.getParent() |
Entity |
Body.getParent()
Gets the parent of this body.
|
Entity |
SingleBody.getParent() |
Entity |
Entity.getParent()
Gets the parent entity of this entity.
|
Modifier and Type | Method and Description |
---|---|
void |
Multipart.setParent(Entity parent) |
void |
Body.setParent(Entity parent)
Sets the parent of this body.
|
void |
SingleBody.setParent(Entity parent) |
void |
Entity.setParent(Entity parent)
Sets the parent entity of this entity.
|
void |
MessageWriter.writeEntity(Entity entity,
java.io.OutputStream out)
Write the specified
Entity to the specified
OutputStream . |
Constructor and Description |
---|
Entity(Entity other)
Creates a new
Entity from the specified
Entity . |
MessageBuilder(Entity entity) |
MessageBuilder(Entity entity,
StorageProvider storageProvider) |
Copyright © 2004-2012. All Rights Reserved.