org.sblim.wbem.xml
Class CIMResponse
Represent a CIMReponse message.
CIMResponse() - Constructs a CIMResponse object.
|
CIMResponse(String cimVersion, String dtdVersion, String method) - Constructs a CIMResponse object with the specified CIMVersion, DTDVersion
and method.
|
CIMResponse(CIMRequest request) - Constructs a CIM Response message from a given CIM Request.
|
iParamValue
protected Vector iParamValue
iResponses
protected Vector iResponses
iReturnValue
protected Vector iReturnValue
CIMResponse
public CIMResponse()
Constructs a CIMResponse object.
CIMResponse
public CIMResponse(String cimVersion,
String dtdVersion,
String method)
Constructs a CIMResponse object with the specified CIMVersion, DTDVersion
and method.
cimVersion
- dtdVersion
- method
-
CIMResponse
public CIMResponse(CIMRequest request)
Constructs a CIM Response message from a given CIM Request.
addParamValue
public void addParamValue(Object o)
Adds a
addParamValue
public void addParamValue(Vector v)
addResponse
public void addResponse(CIMResponse response)
addReturnValue
public void addReturnValue(Object o)
checkError
public void checkError()
throws CIMException
Verify the status code for this CIMResponse.
getAllResponses
public Vector getAllResponses()
getFirstReturnValue
public Vector getFirstReturnValue()
getParamValues
public Vector getParamValues()
isSuccessul
public boolean isSuccessul()
setParamValue
public void setParamValue(Vector paramValue)
setReturnValue
public void setReturnValue(Vector returnValue)
Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.