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