|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.jspf.executor.SPFResult
public class SPFResult
This class is used to return the result of an SPF lookup.
| Field Summary | |
|---|---|
protected String |
explanation
|
protected static String |
HEADER_NAME
|
protected String |
headerTextAsString
|
protected String |
result
|
| Constructor Summary | |
|---|---|
protected |
SPFResult()
|
|
SPFResult(SPFSession spfSession)
Construct SPFResult |
| Method Summary | |
|---|---|
String |
getExplanation()
Get the explanation string If no explanation exists return the empty string |
String |
getHeader()
Get the full SPF-Header (headername and headertext) |
String |
getHeaderName()
Get the SPF-Headername |
String |
getHeaderText()
Get SPF-Headertext |
String |
getResult()
Get the result string |
protected void |
setSPFSession(SPFSession spfSession)
Initialize the result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String headerTextAsString
protected static final String HEADER_NAME
protected String result
protected String explanation
| Constructor Detail |
|---|
protected SPFResult()
public SPFResult(SPFSession spfSession)
spfSession - the SPFSession| Method Detail |
|---|
protected void setSPFSession(SPFSession spfSession)
spfSession - public String getHeader()
public String getHeaderName()
public String getHeaderText()
public String getResult()
SPF1Utilspublic String getExplanation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||