|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MailErrorHandler | |
|---|---|
| org.springframework.batch.item.mail | |
| org.springframework.batch.item.mail.javamail | |
| org.springframework.batch.sample.domain.mail.internal | |
| 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. |
| Uses of MailErrorHandler in org.springframework.batch.sample.domain.mail.internal |
|---|
| Classes in org.springframework.batch.sample.domain.mail.internal that implement MailErrorHandler | |
|---|---|
class |
TestMailErrorHandler
This handler prints out failed messages with their exceptions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||