Class ReversePathDestinationPair


  • public class ReversePathDestinationPair
    extends Object
    A reverse path - destination mapping, which is used by the RedirectPostmasterMail filter.
    • Constructor Detail

      • ReversePathDestinationPair

        public ReversePathDestinationPair()
    • Method Detail

      • setReversePath

        public void setReversePath​(String reversePath)
        Category:
        GETSET
      • getReversePath

        public String getReversePath()
        Category:
        GETSET
      • setDestination

        public void setDestination​(Destination destination)
        Category:
        GETSET
      • getDestination

        public Destination getDestination()
        Category:
        GETSET