org.sblim.cimclient.internal.cimxml
public class CIMResponse extends CIMMessage
Field Summary | |
---|---|
protected WBEMException | iError |
protected Vector<Object> | iParamValue |
protected Vector<CIMResponse> | iResponses |
protected Vector<Object> | 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)
addParamValue
|
void | addParamValue(Vector<Object> v)
addParamValue
|
void | addResponse(CIMResponse response)
addResponse
|
void | addReturnValue(Object o)
addReturnValue
|
void | checkError()
Verify the status code for this CIMResponse.
|
List<CIMResponse> | getAllResponses()
getAllResponses
|
WBEMException | getException()
getException
|
CIMResponse | getFirstResponse()
getFirstResponse
|
List<Object> | getFirstReturnValue()
getFirstReturnValue
|
List<Object> | getParamValues()
getParamValues
|
boolean | isSuccessful()
isSuccessful
|
void | setError(WBEMException error)
setError
|
void | setParamValue(Vector<Object> paramValue)
setParamValue
|
void | setReturnValue(Vector<Object> 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