public class NullReversePath extends Object implements ReversePath
Constructor and Description |
---|
NullReversePath() |
Modifier and Type | Method and Description |
---|---|
String |
getSmtpText()
Returns the raw reverse path text, as it was supplied in the SMTP
transaction, without the angle brackets.
|
boolean |
isNull() |
String |
toString()
Returns the displayable form of the reverse path.
|
public boolean isNull()
isNull
in interface ReversePath
public String getSmtpText()
ReversePath
getSmtpText
in interface ReversePath
public String toString()
ReversePath
toString
in interface ReversePath
toString
in class Object