|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailErrorHandler | |
---|---|
org.springframework.batch.item.mail | |
org.springframework.batch.item.mail.javamail |
Uses of MailErrorHandler in org.springframework.batch.item.mail |
---|
Classes in org.springframework.batch.item.mail that implement MailErrorHandler | |
---|---|
class |
DefaultMailErrorHandler
This MailErrorHandler implementation simply rethrows the exception it
receives. |
Methods in org.springframework.batch.item.mail with parameters of type MailErrorHandler | |
---|---|
void |
SimpleMailMessageItemWriter.setMailErrorHandler(MailErrorHandler mailErrorHandler)
The handler for failed messages. |
Uses of MailErrorHandler in org.springframework.batch.item.mail.javamail |
---|
Methods in org.springframework.batch.item.mail.javamail with parameters of type MailErrorHandler | |
---|---|
void |
MimeMessageItemWriter.setMailErrorHandler(MailErrorHandler mailErrorHandler)
The handler for failed messages. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |