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