Uses of Class
org.citrusframework.mail.model.BodyPart
Packages that use BodyPart
-
Uses of BodyPart in org.citrusframework.mail.message
Methods in org.citrusframework.mail.message that return BodyPartModifier and TypeMethodDescriptionprotected BodyPartMailMessageConverter.handleApplicationContentPart(jakarta.mail.internet.MimePart applicationData, String contentType) Construct body part form special application data.protected BodyPartMailMessageConverter.handleBinaryPart(jakarta.mail.internet.MimePart mediaPart, String contentType) Construct simple body part from binary data just adding file name as content.protected BodyPartMailMessageConverter.handleImageBinaryPart(jakarta.mail.internet.MimePart image, String contentType) Construct base64 body part from image data.protected BodyPartMailMessageConverter.handlePart(jakarta.mail.internet.MimePart part) Process message part.protected BodyPartMailMessageConverter.handleTextPart(jakarta.mail.internet.MimePart textPart, String contentType) Construct simple binary body part with base64 data.Methods in org.citrusframework.mail.message with parameters of type BodyPartModifier and TypeMethodDescriptionMailMessageConverter.createMailRequest(Map<String, Object> messageHeaders, BodyPart bodyPart, MailMarshaller marshaller) Creates a new mail message model object from message headers. -
Uses of BodyPart in org.citrusframework.mail.model
Subclasses of BodyPart in org.citrusframework.mail.modelFields in org.citrusframework.mail.model declared as BodyPartMethods in org.citrusframework.mail.model that return BodyPartModifier and TypeMethodDescriptionObjectFactory.createBodyPart()Create an instance ofBodyPartMailRequest.getBody()Gets the mail body content.Methods in org.citrusframework.mail.model with parameters of type BodyPart