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

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

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

Methods in org.apache.james.mime4j.message that return BodyPart
 BodyPart Multipart.removeBodyPart(int index)
          Removes the body part at the specified position in the list of body parts.
 BodyPart Multipart.replaceBodyPart(BodyPart bodyPart, int index)
          Replaces the body part at the specified position in the list of body parts with the specified body part.
 

Methods in org.apache.james.mime4j.message that return types with arguments of type BodyPart
 java.util.List<BodyPart> Multipart.getBodyParts()
          Gets the list of body parts.
 

Methods in org.apache.james.mime4j.message with parameters of type BodyPart
 void Multipart.addBodyPart(BodyPart bodyPart)
          Adds a body part to the end of the list of body parts.
 void Multipart.addBodyPart(BodyPart bodyPart, int index)
          Inserts a body part at the specified position in the list of body parts.
 BodyPart Multipart.replaceBodyPart(BodyPart bodyPart, int index)
          Replaces the body part at the specified position in the list of body parts with the specified body part.
 

Method parameters in org.apache.james.mime4j.message with type arguments of type BodyPart
 void Multipart.setBodyParts(java.util.List<BodyPart> bodyParts)
          Sets the list of body parts.
 

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



Copyright © 2004-2013. All Rights Reserved.