Package mireka.destination
Interface SessionDestination
-
- All Superinterfaces:
Destination,ResponsibleDestination
- All Known Implementing Classes:
RelayDestination,SrsDestination,UnknownRecipientDestination
public interface SessionDestination extends ResponsibleDestination
SessionDestination is aResponsibleDestination, which is able the deliver the mail while following the mail transaction step by step.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessioncreateSession()Creates a session object which will be notified about all steps of an SMTP mail transaction.-
Methods inherited from interface mireka.destination.ResponsibleDestination
equals, hashCode, toString
-
-
-
-
Method Detail
-
createSession
Session createSession()
Creates a session object which will be notified about all steps of an SMTP mail transaction.
-
-