Uses of Class
org.citrusframework.mail.model.MailMarshaller
Packages that use MailMarshaller
Package
Description
-
Uses of MailMarshaller in org.citrusframework.mail.client
Methods in org.citrusframework.mail.client that return MailMarshallerModifier and TypeMethodDescriptionMailEndpointConfiguration.getMarshaller()Gets the mail message marshaller implementation.Methods in org.citrusframework.mail.client with parameters of type MailMarshallerModifier and TypeMethodDescriptionMailClientBuilder.marshaller(MailMarshaller marshaller) Sets the mail message marshaller.voidMailEndpointConfiguration.setMarshaller(MailMarshaller marshaller) Sets the mail message marshaller implementation. -
Uses of MailMarshaller in org.citrusframework.mail.message
Methods in org.citrusframework.mail.message that return MailMarshallerMethods in org.citrusframework.mail.message with parameters of type MailMarshallerModifier and TypeMethodDescriptionMailMessageConverter.createMailRequest(Map<String, Object> messageHeaders, BodyPart bodyPart, MailMarshaller marshaller) Creates a new mail message model object from message headers.MailMessage.marshaller(MailMarshaller mailMarshaller) voidMailMessage.setMarshaller(MailMarshaller marshaller) Sets the marshaller. -
Uses of MailMarshaller in org.citrusframework.mail.server
Methods in org.citrusframework.mail.server that return MailMarshallerMethods in org.citrusframework.mail.server with parameters of type MailMarshallerModifier and TypeMethodDescriptionMailServerBuilder.marshaller(MailMarshaller marshaller) Sets the mail marshaller.voidMailServer.setMarshaller(MailMarshaller marshaller) Sets the mail message marshaller.