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 ReversePathpublic String getSmtpText()
ReversePathgetSmtpText in interface ReversePathpublic String toString()
ReversePathtoString in interface ReversePathtoString in class Object