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 Stringprotected Stringprotected CIMObjectPathprotected 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 TypeMethodDescriptionvoidaddParamValuevoidaddRequest(CIMRequest request) addRequestgetMethodNamegetNameSpacegetObjectPathgetParamValuevoidsetMethodName(String methodName) setMethodNamevoidsetNameSpace(String namespace) setNameSpacevoidsetObjectPath(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
-