public class NullDestination extends Object implements MailDestination
| Constructor and Description |
|---|
NullDestination() |
| Modifier and Type | Method and Description |
|---|---|
void |
data(Mail mail)
Processes the mail.
|
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 String toString()
ResponsibleDestinationtoString in interface ResponsibleDestinationtoString in class Object