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, wait
equals, hashCode
public void data(Mail mail) throws RejectExceptionExt
MailDestination
data
in interface MailDestination
RejectExceptionExt
public void setMaildropName(String maildropName)
public String getMaildropName()
public void setMaildropRepository(MaildropRepository maildropRepository)
public MaildropRepository getMaildropRepository()
public String toString()
ResponsibleDestination
toString
in interface ResponsibleDestination
toString
in class Object