public class SendRequestRet
extends java.lang.Object
sendRequest
,
it's a JavaBean to allow its creation by the JAX-WS APIRequestListenerInterface
,
InfoKey
Constructor and Description |
---|
SendRequestRet()
Constructs an empty SendRequestRet object
|
SendRequestRet(InfoKey retCode,
int reference)
Constructs a SendRequestRet object
|
Modifier and Type | Method and Description |
---|---|
int |
getReference()
get the task's reference of this SendRequestRet object
|
InfoKey |
getRetCode()
get the information object associated to this SendRequestRet object
|
void |
setReference(int reference)
set the task's reference of this SendRequestRet object
|
void |
setRetCode(InfoKey retCode)
set the information object for this SendRequestRet object
|
public SendRequestRet()
public SendRequestRet(InfoKey retCode, int reference)
retCode
- information object about the requestreference
- task reference of the requestpublic InfoKey getRetCode()
public void setRetCode(InfoKey retCode)
retCode
- the new code for this SendRequestRet objectpublic int getReference()
public void setReference(int reference)
reference
- the new reference for this SendRequestRet object