Uses of Class
com.consol.citrus.mail.model.MailMarshaller
-
Packages that use MailMarshaller Package Description com.consol.citrus.mail.client com.consol.citrus.mail.message com.consol.citrus.mail.server -
-
Uses of MailMarshaller in com.consol.citrus.mail.client
Methods in com.consol.citrus.mail.client that return MailMarshaller Modifier and Type Method Description MailMarshallerMailEndpointConfiguration. getMarshaller()Gets the mail message marshaller implementation.Methods in com.consol.citrus.mail.client with parameters of type MailMarshaller Modifier and Type Method Description MailClientBuilderMailClientBuilder. marshaller(MailMarshaller marshaller)Sets the mail message marshaller.voidMailEndpointConfiguration. setMarshaller(MailMarshaller marshaller)Sets the mail message marshaller implementation. -
Uses of MailMarshaller in com.consol.citrus.mail.message
Methods in com.consol.citrus.mail.message that return MailMarshaller Modifier and Type Method Description MailMarshallerMailMessage. getMarshaller()Gets the marshaller.Methods in com.consol.citrus.mail.message with parameters of type MailMarshaller Modifier and Type Method Description MailMessageMailMessage. marshaller(MailMarshaller mailMarshaller)voidMailMessage. setMarshaller(MailMarshaller marshaller)Sets the marshaller. -
Uses of MailMarshaller in com.consol.citrus.mail.server
Methods in com.consol.citrus.mail.server that return MailMarshaller Modifier and Type Method Description MailMarshallerMailServer. getMarshaller()Gets the mail message marshaller.Methods in com.consol.citrus.mail.server with parameters of type MailMarshaller Modifier and Type Method Description MailServerBuilderMailServerBuilder. marshaller(MailMarshaller marshaller)Sets the mail marshaller.voidMailServer. setMarshaller(MailMarshaller marshaller)Sets the mail message marshaller.
-