public class MaildropDestination extends Object implements MailDestination
| Constructor and Description |
|---|
MaildropDestination() |
| Modifier and Type | Method and Description |
|---|---|
void |
data(Mail mail)
Processes the mail.
|
String |
getMaildropName() |
MaildropRepository |
getMaildropRepository() |
void |
setMaildropName(String maildropName) |
void |
setMaildropRepository(MaildropRepository maildropRepository) |
String |
toString()
Returns a string representation of the destination suitable for logging
purposes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic void data(Mail mail) throws RejectExceptionExt
MailDestinationdata in interface MailDestinationRejectExceptionExtpublic void setMaildropName(String maildropName)
public String getMaildropName()
public void setMaildropRepository(MaildropRepository maildropRepository)
public MaildropRepository getMaildropRepository()
public String toString()
ResponsibleDestinationtoString in interface ResponsibleDestinationtoString in class Object