|
|||||||||
| Home >> All >> com >> wilko >> [ jaim overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.wilko.jaim
Class NickTocResponse

java.lang.Objectcom.wilko.jaim.TocResponse
com.wilko.jaim.NickTocResponse
- All Implemented Interfaces:
- TocResponseHandler
- public class NickTocResponse
- extends TocResponse
- implements TocResponseHandler
- extends TocResponse
The NicTocResponse is used internally to manage the TOC signon process. It is not delivered to clients of JaimConnection
- Version:
- $Revision: 1.6 $
| Field Summary | |
private java.lang.String |
nickName
|
static java.lang.String |
RESPONSE_TYPE
|
| Fields inherited from class com.wilko.jaim.TocResponse |
cmd |
| Constructor Summary | |
NickTocResponse()
Creates new NickTocResponse |
|
| Method Summary | |
boolean |
canHandle(java.lang.String Response)
Returns true if this response handler can handle the specified response. |
private void |
doParse(java.lang.String str)
|
java.lang.String |
getNickName()
|
java.lang.String |
getResponseType()
|
TocResponse |
parseString(java.lang.String str)
Parse the provided response |
| Methods inherited from class com.wilko.jaim.TocResponse |
toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
nickName
private java.lang.String nickName
RESPONSE_TYPE
public static final java.lang.String RESPONSE_TYPE
- See Also:
- Constant Field Values
| Constructor Detail |
NickTocResponse
public NickTocResponse()
- Creates new NickTocResponse
| Method Detail |
parseString
public TocResponse parseString(java.lang.String str)
- Description copied from interface:
TocResponseHandler - Parse the provided response
- Specified by:
parseStringin interfaceTocResponseHandler
doParse
private void doParse(java.lang.String str)
getNickName
public java.lang.String getNickName()
getResponseType
public java.lang.String getResponseType()
- Specified by:
getResponseTypein classTocResponse
canHandle
public boolean canHandle(java.lang.String Response)
- Returns true if this response handler can handle the specified response.
- Specified by:
canHandlein interfaceTocResponseHandler
|
|||||||||
| Home >> All >> com >> wilko >> [ jaim overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC