public class ConnectRet
extends java.lang.Object
connect
, it's a JavaBean to allow
its creation by the JAX-WS APIRequestListenerInterface
,
InfoKey
Constructor and Description |
---|
ConnectRet()
Constructs an empty ConnectRet object
|
ConnectRet(InfoKey retCode,
java.lang.String sessionKey)
Constructs a ConnectRet object
|
Modifier and Type | Method and Description |
---|---|
InfoKey |
getRetCode()
get the information object associated to this ConnectRet object
|
java.lang.String |
getSessionKey()
get the session key associated to this ConnectRet object
|
void |
setRetCode(InfoKey retCode)
set the information object for this ConnectRet object
|
void |
setSessionKey(java.lang.String sessionKey)
set the session key associated to this ConnectRet object
|
public ConnectRet(InfoKey retCode, java.lang.String sessionKey)
code
- information object about the requestsessionKey
- the session key to send to the clientpublic ConnectRet()
public InfoKey getRetCode()
public void setRetCode(InfoKey retCode)
code
- the new code for this ConnectRet objectpublic java.lang.String getSessionKey()
public void setSessionKey(java.lang.String sessionKey)
sessionKey
- the new session key for this ConnectRet object