Uses of Class
org.apache.james.mime4j.dom.TextBody
Packages that use TextBody
Package
Description
-
Uses of TextBody in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom with parameters of type TextBody -
Uses of TextBody in org.apache.james.mime4j.internal
Methods in org.apache.james.mime4j.internal with parameters of type TextBodyModifier and TypeMethodDescriptionSets body of this message. -
Uses of TextBody in org.apache.james.mime4j.message
Subclasses of TextBody in org.apache.james.mime4j.messageModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
Methods in org.apache.james.mime4j.message that return TextBodyModifier and TypeMethodDescriptionSingleBodyBuilder.buildText()
BasicBodyFactory.textBody
(InputStream content, String mimeCharset) BodyFactory.textBody
(InputStream is, String mimeCharset) Creates aTextBody
that holds the content of the given input stream.Methods in org.apache.james.mime4j.message with parameters of type TextBodyModifier and TypeMethodDescriptionDeprecated. -
Uses of TextBody in org.apache.james.mime4j.storage
Subclasses of TextBody in org.apache.james.mime4j.storageModifier and TypeClassDescription(package private) class
Text body backed by aStorage
.(package private) class
Text body backed by aString
.Methods in org.apache.james.mime4j.storage that return TextBodyModifier and TypeMethodDescriptionStorageBodyFactory.textBody
(InputStream is) Creates aTextBody
that holds the content of the given input stream.StorageBodyFactory.textBody
(InputStream is, String mimeCharset) Creates aTextBody
that holds the content of the given input stream.Creates aTextBody
that holds the content of the given string.Creates aTextBody
that holds the content of the given string.