public class TransformDestination extends Object implements MailDestination
Constructor and Description |
---|
TransformDestination() |
Modifier and Type | Method and Description |
---|---|
void |
data(Mail mail)
Processes the mail.
|
String |
getFrom() |
String |
getRecipient() |
String |
getReversePath() |
String |
getSubject() |
Transmitter |
getTransmitter() |
void |
setFrom(String from) |
void |
setRecipient(String recipient) |
void |
setReversePath(String reversePath) |
void |
setSubject(String subject) |
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
public String toString()
ResponsibleDestination
toString
in interface ResponsibleDestination
toString
in class Object
public String getSubject()
public void setSubject(String subject)
public String getRecipient()
public void setRecipient(String recipient)
public String getReversePath()
public void setReversePath(String reversePath)
public String getFrom()
public void setFrom(String from)
public Transmitter getTransmitter()
public void setTransmitter(Transmitter transmitter)