|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.realtor.rets.util.RETSReplyCodes
Handles the mapping of replyCodes to replyText
Field Summary | |
(package private) static org.apache.log4j.Category |
cat
log4j Category object |
(package private) static java.util.Properties |
prop
holds the Properties (Codes->Text) that are loaded at startup. |
Constructor Summary | |
RETSReplyCodes()
|
Method Summary | |
static java.lang.String |
get(java.lang.String code)
get the ReplyText mapped by the ReplyCode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static org.apache.log4j.Category cat
static java.util.Properties prop
Constructor Detail |
public RETSReplyCodes()
Method Detail |
public static java.lang.String get(java.lang.String code)
code
- error code
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |