Uses of Class
org.apache.james.mime4j.dom.TextBody

Packages that use TextBody
org.apache.james.mime4j.message   
org.apache.james.mime4j.storage   
 

Uses of TextBody in org.apache.james.mime4j.message
 

Methods in org.apache.james.mime4j.message that return TextBody
 TextBody BodyFactory.textBody(java.io.InputStream is, java.lang.String mimeCharset)
          Creates a TextBody that holds the content of the given input stream.
 TextBody BasicBodyFactory.textBody(java.io.InputStream is, java.lang.String mimeCharset)
           
 TextBody BasicBodyFactory.textBody(java.lang.String text)
           
 TextBody BasicBodyFactory.textBody(java.lang.String text, java.nio.charset.Charset charset)
           
 TextBody BasicBodyFactory.textBody(java.lang.String text, java.lang.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, java.lang.String subtype)
          Sets the specified TextBody as body of this entity.
 

Uses of TextBody in org.apache.james.mime4j.storage
 

Methods in org.apache.james.mime4j.storage that return TextBody
 TextBody StorageBodyFactory.textBody(java.io.InputStream is)
          Creates a TextBody that holds the content of the given input stream.
 TextBody StorageBodyFactory.textBody(java.io.InputStream is, java.lang.String mimeCharset)
          Creates a TextBody that holds the content of the given input stream.
 TextBody StorageBodyFactory.textBody(Storage storage)
          Creates a TextBody that holds the content of the given Storage.
 TextBody StorageBodyFactory.textBody(Storage storage, java.lang.String mimeCharset)
          Creates a TextBody that holds the content of the given Storage.
 TextBody StorageBodyFactory.textBody(java.lang.String text)
          Creates a TextBody that holds the content of the given string.
 TextBody StorageBodyFactory.textBody(java.lang.String text, java.lang.String mimeCharset)
          Creates a TextBody that holds the content of the given string.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.