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

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

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

Methods in org.apache.james.mime4j.message with parameters of type Multipart
 void Entity.setMultipart(Multipart multipart)
          Sets the specified multipart as body of this entity.
 void Entity.setMultipart(Multipart multipart, java.util.Map<java.lang.String,java.lang.String> parameters)
          Sets the specified multipart as body of this entity.
 void MessageWriter.writeMultipart(Multipart multipart, java.io.OutputStream out)
          Write the specified Multipart to the specified OutputStream.
 

Constructors in org.apache.james.mime4j.message with parameters of type Multipart
Multipart(Multipart other)
          Creates a new Multipart from the specified Multipart.
 



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