|
||||||||||
| 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).
| Method Summary | |
|---|---|
Entity |
getParent()
Gets the parent of this body. |
void |
setParent(Entity parent)
Sets the parent of this body. |
void |
writeTo(java.io.OutputStream out)
Writes this body to the given stream in MIME message format. |
| Method Detail |
|---|
Entity getParent()
void setParent(Entity parent)
parent - the parent.
void writeTo(java.io.OutputStream out)
throws java.io.IOException
out - the stream to write to.
java.io.IOException - on I/O errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||