Uses of Interface
org.faceless.publisher.ext.MailExtension.Message
Packages that use MailExtension.Message
Package
Description
Contains extensions to BFO Publisher which are used to add functionality
-
Uses of MailExtension.Message in org.faceless.publisher.ext
Methods in org.faceless.publisher.ext that return MailExtension.MessageModifier and TypeMethodDescriptionMailExtension.loadMessage(Object o) Given a Message in a suitable format, return aMailExtension.Messagethat wraps it, or null if the input is EOF.MailboxExtension.loadNextMessageFromMbox(InputStream in) Given a Message in a suitable format, return aMessagethat wraps it, or null if the input is EOF.Methods in org.faceless.publisher.ext with parameters of type MailExtension.MessageModifier and TypeMethodDescriptionvoidMailExtension.apply(MailExtension.Message message, Report report) Given aMailExtension.Message, convert it to an object and callReport.load(java.lang.Object)with the result.