public class ForwardDestination extends Object implements MailDestination
| Constructor and Description |
|---|
ForwardDestination() |
| Modifier and Type | Method and Description |
|---|---|
void |
data(Mail mail)
Processes the mail.
|
void |
forward(Mail srcMail)
Processes the message.
|
void |
setMembers(java.util.List<Member> members) |
void |
setSrs(Srs srs) |
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 MailDestinationRejectExceptionExtpublic void forward(Mail srcMail) throws RejectExceptionExt
RejectExceptionExtpublic void setMembers(java.util.List<Member> members)
@Inject public void setTransmitter(Transmitter transmitter)
@Inject public void setSrs(Srs srs)
public String toString()
ResponsibleDestinationtoString in interface ResponsibleDestinationtoString in class Object