Class CIMRequest
java.lang.Object
org.sblim.cimclient.internal.cimxml.CIMMessage
org.sblim.cimclient.internal.cimxml.CIMRequest
Class CIMRequest is used by the CIM-XML DOM parser.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected CIMObjectPath
protected Vector
<CIMRequest> Fields inherited from class CIMMessage
iCimVersion, iDoc, iDtdVersion, iElements, iId, iIsCIMExport, iIsRequest, iIsSimple, iMethod, iProtocolVersion
-
Constructor Summary
ConstructorsConstructorDescriptionCtor.CIMRequest
(String pCimVersion, String pDtdVersion, String pId, String pMethod) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParamValuevoid
addRequest
(CIMRequest request) addRequestgetMethodNamegetNameSpacegetObjectPathgetParamValuevoid
setMethodName
(String methodName) setMethodNamevoid
setNameSpace
(String namespace) setNameSpacevoid
setObjectPath
(CIMObjectPath path) setObjectPathMethods inherited from class CIMMessage
getCIMVersion, getDTDVersion, getId, getProtocolVersion, isCIMExport, isCIMOperation, setCIMVersion, setDTDVersion, setId, setIsRequest, setMethod
-
Field Details
-
iRequests
-
iParamValue
-
iMethodName
-
iPath
-
iNamespace
-
-
Constructor Details
-
CIMRequest
public CIMRequest()Ctor. -
CIMRequest
-
-
Method Details
-
addParamValue
-
addRequest
-
getMethodName
-
getNameSpace
-
getObjectPath
-
getParamValue
-
setMethodName
-
setNameSpace
-
setObjectPath
-