Class CIMRequest

java.lang.Object
org.sblim.wbem.xml.CIMRequest

public class CIMRequest extends Object
  • Field Details

    • iRequests

      protected Vector iRequests
    • iParamValue

      protected Vector iParamValue
    • iMethodName

      protected String iMethodName
    • iPath

      protected CIMObjectPath iPath
    • iNamespace

      protected CIMNameSpace iNamespace
    • iDoc

      protected Document iDoc
    • iElements

      protected Hashtable iElements
    • iCimVersion

      protected String iCimVersion
    • iDtdVersion

      protected String iDtdVersion
    • iId

      protected String iId
    • iProtocolVersion

      protected String iProtocolVersion
    • iMethod

      protected String iMethod
    • iIsCIMExport

      protected boolean iIsCIMExport
    • iIsSimple

      protected boolean iIsSimple
    • iIsRequest

      protected boolean iIsRequest
  • Constructor Details

    • CIMRequest

      public CIMRequest()
    • CIMRequest

      public CIMRequest(String cimVersion, String dtdVersion, String method)
  • Method Details

    • addParamValue

      public void addParamValue(Object v)
    • addRequest

      public void addRequest(CIMRequest request)
    • getMethodName

      public String getMethodName()
    • getNameSpace

      public CIMNameSpace getNameSpace()
    • getObjectPath

      public CIMObjectPath getObjectPath()
    • getParamValue

      public Vector getParamValue()
    • setMethodName

      public void setMethodName(String methodName)
    • setNameSpace

      public void setNameSpace(CIMNameSpace namespace)
    • setObjectPath

      public void setObjectPath(CIMObjectPath path)
    • getCIMVersion

      public String getCIMVersion()
    • getDTDVersion

      public String getDTDVersion()
    • isCIMOperation

      public boolean isCIMOperation()
    • isCIMExport

      public boolean isCIMExport()
    • setMethod

      public void setMethod(String pMethod)
    • setCIMVersion

      public void setCIMVersion(String pCimVersion)
    • setDTDVersion

      public void setDTDVersion(String pDtdVersion)
    • setIsRequest

      public void setIsRequest(boolean pValue)
    • getId

      public String getId()
    • getProtocolVersion

      public String getProtocolVersion()