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
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 aTextBodythat 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
Methods in org.apache.james.mime4j.storage that return TextBodyModifier and TypeMethodDescriptionStorageBodyFactory.textBody(InputStream is) Creates aTextBodythat holds the content of the given input stream.StorageBodyFactory.textBody(InputStream is, String mimeCharset) Creates aTextBodythat holds the content of the given input stream.Creates aTextBodythat holds the content of the given string.Creates aTextBodythat holds the content of the given string.