|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.internal.cimxml.CIMMessage
org.sblim.cimclient.internal.cimxml.CIMRequest
public class CIMRequest
Class CIMRequest is used by the CIM-XML DOM parser.
| Field Summary | |
|---|---|
protected String |
iMethodName
|
protected String |
iNamespace
|
protected Vector<Object> |
iParamValue
|
protected CIMObjectPath |
iPath
|
protected Vector<CIMRequest> |
iRequests
|
| Fields inherited from class org.sblim.cimclient.internal.cimxml.CIMMessage |
|---|
iCimVersion, iDoc, iDtdVersion, iElements, iId, iIsCIMExport, iIsRequest, iIsSimple, iMethod, iProtocolVersion |
| Constructor Summary | |
|---|---|
CIMRequest()
Ctor. |
|
CIMRequest(String pCimVersion,
String pDtdVersion,
String pId,
String pMethod)
Ctor. |
|
| Method Summary | |
|---|---|
void |
addParamValue(Object v)
addParamValue |
void |
addRequest(CIMRequest request)
addRequest |
String |
getMethodName()
getMethodName |
String |
getNameSpace()
getNameSpace |
CIMObjectPath |
getObjectPath()
getObjectPath |
Vector<Object> |
getParamValue()
getParamValue |
void |
setMethodName(String methodName)
setMethodName |
void |
setNameSpace(String namespace)
setNameSpace |
void |
setObjectPath(CIMObjectPath path)
setObjectPath |
| Methods inherited from class org.sblim.cimclient.internal.cimxml.CIMMessage |
|---|
getCIMVersion, getDTDVersion, getId, getProtocolVersion, isCIMExport, isCIMOperation, setCIMVersion, setDTDVersion, setId, setIsRequest, setMethod |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Vector<CIMRequest> iRequests
protected Vector<Object> iParamValue
protected String iMethodName
protected CIMObjectPath iPath
protected String iNamespace
| Constructor Detail |
|---|
public CIMRequest()
public CIMRequest(String pCimVersion,
String pDtdVersion,
String pId,
String pMethod)
pCimVersion - pDtdVersion - pId - pMethod - | Method Detail |
|---|
public void addParamValue(Object v)
v - public void addRequest(CIMRequest request)
request - public String getMethodName()
public String getNameSpace()
public CIMObjectPath getObjectPath()
public Vector<Object> getParamValue()
public void setMethodName(String methodName)
methodName - public void setNameSpace(String namespace)
namespace - public void setObjectPath(CIMObjectPath path)
path -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||