Package mireka.forward
Class SrsRecipientSpecification
- Object
-
- mireka.forward.SrsRecipientSpecification
-
- All Implemented Interfaces:
RecipientSpecification
public class SrsRecipientSpecification extends Object implements RecipientSpecification
Matches any recipient which seems to be an SRS reverse path. It does not check its validity, that is the responsibility of theSrsDestinationclass.
-
-
Constructor Summary
Constructors Constructor Description SrsRecipientSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSatisfiedBy(Recipient recipient)
-
-
-
Method Detail
-
isSatisfiedBy
public boolean isSatisfiedBy(Recipient recipient)
- Specified by:
isSatisfiedByin interfaceRecipientSpecification
-
-