Package | Description |
---|---|
org.springframework.batch.item.mail | |
org.springframework.batch.item.mail.javamail | |
org.springframework.batch.sample.domain.mail.internal |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMailErrorHandler
This
MailErrorHandler implementation simply rethrows the exception it
receives. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleMailMessageItemWriter.setMailErrorHandler(MailErrorHandler mailErrorHandler)
The handler for failed messages.
|
Modifier and Type | Method and Description |
---|---|
void |
MimeMessageItemWriter.setMailErrorHandler(MailErrorHandler mailErrorHandler)
The handler for failed messages.
|
Modifier and Type | Class and Description |
---|---|
class |
TestMailErrorHandler
This handler prints out failed messages with their exceptions.
|
Copyright © 2014 Pivotal. All rights reserved.