Uses of Class
com.consol.citrus.mail.model.BodyPart
-
Packages that use BodyPart Package Description com.consol.citrus.mail.message com.consol.citrus.mail.model -
-
Uses of BodyPart in com.consol.citrus.mail.message
Methods in com.consol.citrus.mail.message that return BodyPart Modifier and Type Method Description protected BodyPartMailMessageConverter. handleApplicationContentPart(javax.mail.internet.MimePart applicationData, String contentType)Construct body part form special application data.protected BodyPartMailMessageConverter. handleBinaryPart(javax.mail.internet.MimePart mediaPart, String contentType)Construct simple body part from binary data just adding file name as content.protected BodyPartMailMessageConverter. handleImageBinaryPart(javax.mail.internet.MimePart image, String contentType)Construct base64 body part from image data.protected BodyPartMailMessageConverter. handlePart(javax.mail.internet.MimePart part)Process message part.protected BodyPartMailMessageConverter. handleTextPart(javax.mail.internet.MimePart textPart, String contentType)Construct simple binary body part with base64 data.Methods in com.consol.citrus.mail.message with parameters of type BodyPart Modifier and Type Method Description MailMessageMailMessage. body(BodyPart bodyPart)protected MailMessageMailMessageConverter. createMailRequest(Map<String,Object> messageHeaders, BodyPart bodyPart, MailEndpointConfiguration endpointConfiguration)Creates a new mail message model object from message headers. -
Uses of BodyPart in com.consol.citrus.mail.model
Subclasses of BodyPart in com.consol.citrus.mail.model Modifier and Type Class Description classAttachmentPartAttachment part adds file name.Fields in com.consol.citrus.mail.model declared as BodyPart Modifier and Type Field Description protected BodyPartMailRequest. bodyMethods in com.consol.citrus.mail.model that return BodyPart Modifier and Type Method Description BodyPartObjectFactory. createBodyPart()Create an instance ofBodyPartBodyPartMailRequest. getBody()Gets the mail body content.Methods in com.consol.citrus.mail.model with parameters of type BodyPart Modifier and Type Method Description voidMailRequest. setBody(BodyPart body)Sets the mail body content.
-