Package mireka.destination
Class UnknownRecipientDestination
- Object
-
- mireka.destination.UnknownRecipientDestination
-
- All Implemented Interfaces:
Destination,ResponsibleDestination,SessionDestination
public class UnknownRecipientDestination extends Object implements SessionDestination
UnknownRecipientDestination is a special destination which rejects the recipient in theSession.recipient(RecipientContext)phase.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessioncreateSession()Creates a session object which will be notified about all steps of an SMTP mail transaction.StringtoString()Returns a string representation of the destination suitable for logging purposes.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface mireka.destination.ResponsibleDestination
equals, hashCode
-
-
-
-
Method Detail
-
createSession
public Session createSession()
Description copied from interface:SessionDestinationCreates a session object which will be notified about all steps of an SMTP mail transaction.- Specified by:
createSessionin interfaceSessionDestination
-
toString
public String toString()
Description copied from interface:ResponsibleDestinationReturns a string representation of the destination suitable for logging purposes. Usually it should contain enough information to show the difference between non-equal destinations.- Specified by:
toStringin interfaceResponsibleDestination- Overrides:
toStringin classObject
-
-