org.sblim.cimclient.internal.cimxml
public class CIMResponse extends CIMMessage
| Field Summary | |
|---|---|
| protected WBEMException | iError |
| protected Vector | iParamValue |
| protected Vector | iResponses |
| protected Vector | iReturnValue |
| Constructor Summary | |
|---|---|
| CIMResponse()
Constructs a CIMResponse object.
| |
| CIMResponse(String pCimVersion, String pDtdVersion, String pId, String pMethod)
Constructs a CIMResponse object with the specified CIMVersion, DTDVersion
and method.
| |
| CIMResponse(CIMRequest request)
Constructs a CIM Response message from a given CIM Request.
| |
| Method Summary | |
|---|---|
| void | addParamValue(Object o)
Adds a
|
| void | addParamValue(Vector v)
addParamValue
|
| void | addResponse(CIMResponse response)
addResponse
|
| void | addReturnValue(Object o)
addReturnValue
|
| void | checkError()
Verify the status code for this CIMResponse.
|
| List | getAllResponses()
getAllResponses
|
| WBEMException | getException()
getException
|
| CIMResponse | getFirstResponse()
getFirstResponse
|
| List | getFirstReturnValue()
getFirstReturnValue
|
| List | getParamValues()
getParamValues
|
| boolean | isSuccessul()
isSuccessul
|
| void | setError(WBEMException error)
setError
|
| void | setParamValue(Vector paramValue)
setParamValue
|
| void | setReturnValue(Vector returnValue)
setReturnValue
|
Parameters: pCimVersion pDtdVersion pId pMethod
Parameters: request
Parameters: o
Parameters: v
Parameters: response
Parameters: o
Throws: WBEMException if the status code is other than success.
Returns: List
Returns: WBEMException
Returns: CIMResponse
Returns: List
Returns: List
Returns: boolean
Parameters: error
Parameters: paramValue
Parameters: returnValue