public class TransmitterDestination extends Object implements MailDestination
| Constructor and Description |
|---|
TransmitterDestination() |
| Modifier and Type | Method and Description |
|---|---|
void |
data(Mail mail)
Processes the mail.
|
Transmitter |
getTransmitter() |
void |
setTransmitter(Transmitter transmitter) |
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 MailDestinationRejectExceptionExt@Inject public void setTransmitter(Transmitter transmitter)
public Transmitter getTransmitter()
public String toString()
ResponsibleDestinationtoString in interface ResponsibleDestinationtoString in class Object