|
Apache JAMES Mime4j 0.6-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextBody | |
---|---|
org.apache.james.mime4j.message |
Uses of TextBody in org.apache.james.mime4j.message |
---|
Methods in org.apache.james.mime4j.message that return TextBody | |
---|---|
TextBody |
BodyFactory.textBody(InputStream is)
Creates a TextBody that holds the content of the given input
stream. |
TextBody |
BodyFactory.textBody(InputStream is,
String mimeCharset)
Creates a TextBody that holds the content of the given input
stream. |
TextBody |
BodyFactory.textBody(Storage storage)
Creates a TextBody that holds the content of the given
Storage . |
TextBody |
BodyFactory.textBody(Storage storage,
String mimeCharset)
Creates a TextBody that holds the content of the given
Storage . |
TextBody |
BodyFactory.textBody(String text)
Creates a TextBody that holds the content of the given string. |
TextBody |
BodyFactory.textBody(String text,
String mimeCharset)
Creates a TextBody that holds the content of the given string. |
Methods in org.apache.james.mime4j.message with parameters of type TextBody | |
---|---|
void |
Entity.setText(TextBody textBody)
Sets the specified TextBody as body of this entity and the
content type to "text/plain". |
void |
Entity.setText(TextBody textBody,
String subtype)
Sets the specified TextBody as body of this entity. |
|
Apache JAMES Mime4j 0.6-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |