public interface DataRecipientFilter extends FilterBase
Modifier and Type | Method and Description |
---|---|
void |
dataRecipient(MailData data,
RecipientContext recipientContext)
This method and the
FilterBase.data(mireka.MailData) method are called together, the similar
methods of the next filter will be called only after both methods have
been run. |
begin, data, done, from, recipient, verifyRecipient
void dataRecipient(MailData data, RecipientContext recipientContext) throws RejectExceptionExt
FilterBase.data(mireka.MailData)
method are called together, the similar
methods of the next filter will be called only after both methods have
been run.RejectExceptionExt