Uses of Class
org.apache.james.mime4j.dom.TextBody
-
Packages that use TextBody Package Description org.apache.james.mime4j.dom org.apache.james.mime4j.internal org.apache.james.mime4j.message org.apache.james.mime4j.storage -
-
Uses of TextBody in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom with parameters of type TextBody Modifier and Type Method Description Message.BuilderMessage.Builder. setBody(TextBody textBody) -
Uses of TextBody in org.apache.james.mime4j.internal
Methods in org.apache.james.mime4j.internal with parameters of type TextBody Modifier and Type Method Description AbstractEntityBuilderAbstractEntityBuilder. setBody(TextBody textBody)Sets body of this message. -
Uses of TextBody in org.apache.james.mime4j.message
Subclasses of TextBody in org.apache.james.mime4j.message Modifier and Type Class Description (package private) static classBasicBodyFactory.StringBody1(package private) static classBasicBodyFactory.StringBody2(package private) static classBasicBodyFactory.StringBody3Methods in org.apache.james.mime4j.message that return TextBody Modifier and Type Method Description TextBodySingleBodyBuilder. buildText()TextBodyBasicBodyFactory. textBody(byte[] content, java.nio.charset.Charset charset)TextBodyBasicBodyFactory. textBody(java.io.InputStream content, java.lang.String mimeCharset)TextBodyBasicBodyFactory. textBody(java.lang.String text)TextBodyBasicBodyFactory. textBody(java.lang.String text, java.lang.String mimeCharset)TextBodyBasicBodyFactory. textBody(java.lang.String text, java.nio.charset.Charset charset)TextBodyBodyFactory. textBody(java.io.InputStream is, java.lang.String mimeCharset)Creates aTextBodythat holds the content of the given input stream.Methods in org.apache.james.mime4j.message with parameters of type TextBody Modifier and Type Method Description BodyPartBuilderBodyPartBuilder. setBody(TextBody textBody)MessageBuilderMessageBuilder. setBody(TextBody textBody)Deprecated. -
Uses of TextBody in org.apache.james.mime4j.storage
Subclasses of TextBody in org.apache.james.mime4j.storage Modifier and Type Class Description (package private) classStorageTextBodyText body backed by aStorage.(package private) classStringTextBodyText body backed by aString.Methods in org.apache.james.mime4j.storage that return TextBody Modifier and Type Method Description TextBodyStorageBodyFactory. textBody(java.io.InputStream is)Creates aTextBodythat holds the content of the given input stream.TextBodyStorageBodyFactory. textBody(java.io.InputStream is, java.lang.String mimeCharset)Creates aTextBodythat holds the content of the given input stream.TextBodyStorageBodyFactory. textBody(java.lang.String text)Creates aTextBodythat holds the content of the given string.TextBodyStorageBodyFactory. textBody(java.lang.String text, java.lang.String mimeCharset)Creates aTextBodythat holds the content of the given string.TextBodyStorageBodyFactory. textBody(Storage storage)TextBodyStorageBodyFactory. textBody(Storage storage, java.lang.String mimeCharset)
-