Uses of Interface
org.apache.james.mime4j.dom.Multipart

Packages that use Multipart
org.apache.james.mime4j.dom   
org.apache.james.mime4j.message   
 

Uses of Multipart in org.apache.james.mime4j.dom
 

Methods in org.apache.james.mime4j.dom that return Multipart
 Multipart MessageBuilder.newMultipart(Multipart source)
           
 Multipart MessageBuilder.newMultipart(java.lang.String subType)
           
 

Methods in org.apache.james.mime4j.dom with parameters of type Multipart
 Multipart MessageBuilder.newMultipart(Multipart source)
           
 void MessageWriter.writeMultipart(Multipart multipart, java.io.OutputStream out)
           
 

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

Classes in org.apache.james.mime4j.message that implement Multipart
 class AbstractMultipart
          Abstract MIME multipart body.
 class MultipartImpl
          Default implementation of Multipart.
 

Methods in org.apache.james.mime4j.message that return Multipart
 Multipart DefaultMessageBuilder.copy(Multipart other)
          Creates a new Multipart from the specified Multipart.
 Multipart DefaultMessageBuilder.newMultipart(Multipart source)
           
 Multipart DefaultMessageBuilder.newMultipart(java.lang.String subType)
           
 

Methods in org.apache.james.mime4j.message with parameters of type Multipart
 Multipart DefaultMessageBuilder.copy(Multipart other)
          Creates a new Multipart from the specified Multipart.
 Multipart DefaultMessageBuilder.newMultipart(Multipart source)
           
 void AbstractEntity.setMultipart(Multipart multipart)
          Sets the specified multipart as body of this entity.
 void AbstractEntity.setMultipart(Multipart multipart, java.util.Map<java.lang.String,java.lang.String> parameters)
          Sets the specified multipart as body of this entity.
 void DefaultMessageWriter.writeMultipart(Multipart multipart, java.io.OutputStream out)
          Write the specified Multipart to the specified OutputStream.
 



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