|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Body
Encapsulates the body of an entity (see RFC 2045).
A body can be a Message, a Multipart or a SingleBody.
This interface should not be implemented directly by classes other than
those.
| Method Summary | |
|---|---|
Entity |
getParent()
Gets the parent of this body. |
void |
setParent(Entity parent)
Sets the parent of this body. |
| Methods inherited from interface org.apache.james.mime4j.message.Disposable |
|---|
dispose |
| Method Detail |
|---|
Entity getParent()
void setParent(Entity parent)
parent - the parent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||