Class SrsDestination

  • All Implemented Interfaces:
    Destination, ResponsibleDestination, SessionDestination

    public class SrsDestination
    extends Object
    implements SessionDestination
    An SrsDestination assigned to a recipient indicates that the mail must be forwarded to a remote address, which is specified in the Sender Rewriting Scheme (SRS) compatible local part of the recipient address. These mails are delivery status notifications related to a mail forwarded by this mail server previously.
    • Constructor Detail

      • SrsDestination

        public SrsDestination()
    • Method Detail

      • toString

        public String toString()
        Description copied from interface: ResponsibleDestination
        Returns 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:
        toString in interface ResponsibleDestination
        Overrides:
        toString in class Object
      • setSrs

        @Inject
        public void setSrs​(Srs srs)
        Category:
        GETSET
      • getSrs

        public Srs getSrs()
        Category:
        GETSET
      • getTransmitter

        public Transmitter getTransmitter()
        Category:
        GETSET
      • setTransmitter

        @Inject
        public void setTransmitter​(Transmitter transmitter)
        Category:
        GETSET