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 Multipart
MessageBuilder. 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 AbstractEntityBuilder
AbstractEntityBuilder. 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 MultipartBuilder
MultipartBuilder. addBinaryPart(byte[] bin, String mimeType)
MultipartBuilder
MultipartBuilder. addBodyPart(Entity bodyPart)
Adds a body part to the end of the list of body parts.MultipartBuilder
MultipartBuilder. addBodyPart(Entity bodyPart, int index)
Inserts a body part at the specified position in the list of body parts.MultipartBuilder
MultipartBuilder. addBodyPart(BodyPartBuilder bodyPart)
MultipartBuilder
MultipartBuilder. addContentTypeParameter(NameValuePair parameter)
MultipartBuilder
MultipartBuilder. addTextPart(String text, Charset charset)
MultipartBuilder
MultipartBuilder. copy(Multipart other)
static MultipartBuilder
MultipartBuilder. create()
static MultipartBuilder
MultipartBuilder. create(String subType)
static MultipartBuilder
MultipartBuilder. createCopy(Multipart other)
MultipartBuilder
MultipartBuilder. removeBodyPart(int index)
Removes the body part at the specified position in the list of body parts.MultipartBuilder
MultipartBuilder. replaceBodyPart(Entity bodyPart, int index)
Replaces the body part at the specified position in the list of body parts with the specified body part.MultipartBuilder
MultipartBuilder. setEpilogue(String epilogue)
Sets the epilogue.MultipartBuilder
MultipartBuilder. setPreamble(String preamble)
Sets the preamble.MultipartBuilder
MultipartBuilder. setSubType(String subType)
Sets the multipart sub-type.MultipartBuilder
MultipartBuilder. use(BodyFactory bodyFactory)
Methods in org.apache.james.mime4j.message with parameters of type MultipartBuilder Modifier and Type Method Description Multipart
DefaultMessageBuilder. newMultipart(MultipartBuilder source)
-