|
|||||||||
| 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 SignOnTocResponse

java.lang.Objectcom.wilko.jaim.TocResponse
com.wilko.jaim.SignOnTocResponse
- All Implemented Interfaces:
- TocResponseHandler
- public class SignOnTocResponse
- extends TocResponse
- implements TocResponseHandler
- extends TocResponse
The SignOnTocResponse is used internally to manage the TOC signon process. It is not delivered to clients of JaimConnection
- Version:
- $Revision: 1.5 $
| Field Summary | |
static java.lang.String |
RESPONSE_TYPE
|
(package private) java.lang.String |
version
|
| Fields inherited from class com.wilko.jaim.TocResponse |
cmd |
| Constructor Summary | |
SignOnTocResponse()
Creates new SignOnTocResponse |
|
| 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 |
getResponseType()
|
protected java.lang.String |
getVersion()
|
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 |
version
java.lang.String version
RESPONSE_TYPE
public static final java.lang.String RESPONSE_TYPE
- See Also:
- Constant Field Values
| Constructor Detail |
SignOnTocResponse
public SignOnTocResponse()
- Creates new SignOnTocResponse
| Method Detail |
getResponseType
public java.lang.String getResponseType()
- Specified by:
getResponseTypein classTocResponse
getVersion
protected java.lang.String getVersion()
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)
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