|
||||||||||
| 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,
String mimeCharset)
Creates a TextBody that holds the content of the given input
stream. |
TextBody |
BasicBodyFactory.textBody(InputStream is,
String mimeCharset)
|
TextBody |
BasicBodyFactory.textBody(String text)
|
TextBody |
BasicBodyFactory.textBody(String text,
Charset charset)
|
TextBody |
BasicBodyFactory.textBody(String text,
String mimeCharset)
|
| Methods in org.apache.james.mime4j.message with parameters of type TextBody | |
|---|---|
void |
AbstractEntity.setText(TextBody textBody)
Sets the specified TextBody as body of this entity and the
content type to "text/plain". |
void |
AbstractEntity.setText(TextBody textBody,
String subtype)
Sets the specified TextBody as body of this entity. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||