|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Body | |
---|---|
org.apache.james.mime4j.message |
Uses of Body in org.apache.james.mime4j.message |
---|
Subinterfaces of Body in org.apache.james.mime4j.message | |
---|---|
interface |
BinaryBody
Interface implemented by bodies containing binary data. |
interface |
TextBody
Encapsulates the contents of a text/* entity body. |
Classes in org.apache.james.mime4j.message that implement Body | |
---|---|
class |
AbstractBody
Abstract Body implementation providing the parent
functionality required by bodies. |
class |
Message
Represents a MIME message. |
class |
Multipart
Represents a MIME multipart body (see RFC 2045).A multipart body has a ordered list of body parts. |
Methods in org.apache.james.mime4j.message that return Body | |
---|---|
Body |
Entity.getBody()
Gets the body of this entity. |
Methods in org.apache.james.mime4j.message with parameters of type Body | |
---|---|
void |
Entity.setBody(Body body)
Sets the body of this entity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |