public class SrsDestination extends Object implements SessionDestination
Constructor and Description |
---|
SrsDestination() |
Modifier and Type | Method and Description |
---|---|
Session |
createSession()
Creates a session object which will be notified about all steps of an
SMTP mail transaction.
|
Srs |
getSrs() |
Transmitter |
getTransmitter() |
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, wait
equals, hashCode
public Session createSession()
SessionDestination
createSession
in interface SessionDestination
public String toString()
ResponsibleDestination
toString
in interface ResponsibleDestination
toString
in class Object
@Inject public void setSrs(Srs srs)
public Srs getSrs()
public Transmitter getTransmitter()
@Inject public void setTransmitter(Transmitter transmitter)