Uses of Class
org.apache.james.mime4j.message.MultipartBuilder
-
Packages that use MultipartBuilder Package Description org.apache.james.mime4j.dom org.apache.james.mime4j.internal org.apache.james.mime4j.message -
-
Uses of MultipartBuilder in org.apache.james.mime4j.dom
Methods in org.apache.james.mime4j.dom with parameters of type MultipartBuilder Modifier and Type Method Description MultipartMessageBuilder. newMultipart(MultipartBuilder source) -
Uses of MultipartBuilder in org.apache.james.mime4j.internal
Methods in org.apache.james.mime4j.internal with parameters of type MultipartBuilder Modifier and Type Method Description AbstractEntityBuilderAbstractEntityBuilder. setBody(MultipartBuilder multipart) -
Uses of MultipartBuilder in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message that return MultipartBuilder Modifier and Type Method Description MultipartBuilderMultipartBuilder. addBinaryPart(byte[] bin, java.lang.String mimeType)MultipartBuilderMultipartBuilder. addBodyPart(Entity bodyPart)Adds a body part to the end of the list of body parts.MultipartBuilderMultipartBuilder. addBodyPart(Entity bodyPart, int index)Inserts a body part at the specified position in the list of body parts.MultipartBuilderMultipartBuilder. addBodyPart(BodyPartBuilder bodyPart)MultipartBuilderMultipartBuilder. addContentTypeParameter(NameValuePair parameter)MultipartBuilderMultipartBuilder. addTextPart(java.lang.String text, java.nio.charset.Charset charset)MultipartBuilderMultipartBuilder. copy(Multipart other)static MultipartBuilderMultipartBuilder. create()static MultipartBuilderMultipartBuilder. create(java.lang.String subType)static MultipartBuilderMultipartBuilder. createCopy(Multipart other)MultipartBuilderMultipartBuilder. removeBodyPart(int index)Removes the body part at the specified position in the list of body parts.MultipartBuilderMultipartBuilder. replaceBodyPart(Entity bodyPart, int index)Replaces the body part at the specified position in the list of body parts with the specified body part.MultipartBuilderMultipartBuilder. setEpilogue(java.lang.String epilogue)Sets the epilogue.MultipartBuilderMultipartBuilder. setPreamble(java.lang.String preamble)Sets the preamble.MultipartBuilderMultipartBuilder. setSubType(java.lang.String subType)Sets the multipart sub-type.MultipartBuilderMultipartBuilder. use(BodyFactory bodyFactory)Methods in org.apache.james.mime4j.message with parameters of type MultipartBuilder Modifier and Type Method Description MultipartDefaultMessageBuilder. newMultipart(MultipartBuilder source)
-