|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.internal.cimxml.CIMXMLBuilderImpl
public class CIMXMLBuilderImpl
Class CIMXMLBuilderImpl is the core class for building CIM-XML documents.
| Constructor Summary | |
|---|---|
CIMXMLBuilderImpl()
|
|
| Method Summary | |
|---|---|
static java.lang.String[] |
cimObjectArrayToXMLString(java.lang.Object pObj)
cimObjectArrayToXMLString - for embedded object support |
static java.lang.String |
cimObjectToXMLString(java.lang.Object pObj)
cimObjectToXMLString - for embedded object support |
static org.w3c.dom.Element |
createCIM(org.w3c.dom.Document pDoc)
createCIM |
static org.w3c.dom.Element |
createCLASS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMClass pClass)
createCLASS |
static org.w3c.dom.Element |
createCLASS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName,
java.lang.String pSuperClass)
createCLASS |
static org.w3c.dom.Element |
createCLASSNAME(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
createCLASSNAME |
static org.w3c.dom.Element |
createCLASSPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
createCLASSPATH |
static org.w3c.dom.Element |
createERROR(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMError error)
createERROR |
static org.w3c.dom.Element |
createEXPMETHODRESPONSE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
createEXPMETHODRESPONSE |
static org.w3c.dom.Element |
createHOST(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pHost)
createHOST |
static org.w3c.dom.Element |
createIMETHODCALL(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
createIMETHODCALL |
static org.w3c.dom.Element |
createIMETHODRESPONSE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
createIMETHODRESPONSE |
static org.w3c.dom.Element |
createIndication_response(org.w3c.dom.Document doc,
java.lang.String ID,
CIMError error)
createIndication_response |
static org.w3c.dom.Element |
createINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance pInstance)
createINSTANCE |
static org.w3c.dom.Element |
createINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pClassName)
createINSTANCE |
static org.w3c.dom.Element |
createINSTANCENAME(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMObjectPath instanceOP)
createINSTANCENAME |
static org.w3c.dom.Element |
createINSTANCENAME(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pClassName)
createINSTANCENAME |
static org.w3c.dom.Element |
createINSTANCEPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
createINSTANCEPATH |
static org.w3c.dom.Element |
createIPARAMVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
createIPARAMVALUE |
static org.w3c.dom.Element |
createIRETURNVALUE_ASSOCIATORS_NAMES(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath[] pResultSet)
createIRETURNVALUE_ASSOCIATORS_NAMES |
static org.w3c.dom.Element |
createIRETURNVALUE_ASSOCIATORS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object[] pResultSet,
java.lang.String pNameSpace)
createIRETURNVALUE_ASSOCIATORS |
static org.w3c.dom.Element |
createIRETURNVALUE_ENUMERATE_CLASSNAME(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMClass[] pResultSet)
createIRETURNVALUE_ENUMERATE_CLASSNAME |
static org.w3c.dom.Element |
createIRETURNVALUE_ENUMERATE_INSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance[] pResultSet)
createIRETURNVALUE_ENUMERATE_INSTANCE |
static org.w3c.dom.Element |
createIRETURNVALUE_ENUMERATE_INSTANCENAME(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object[] pResultSet,
java.lang.String pNameSpace)
createIRETURNVALUE_ENUMERATE_INSTANCENAME |
static org.w3c.dom.Element |
createIRETURNVALUE_ERROR(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMError error)
createIRETURNVALUE_ERROR |
static org.w3c.dom.Element |
createIRETURNVALUE_GETINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance pInst)
createIRETURNVALUE_GETINSTANCE |
static org.w3c.dom.Element |
createIRETURNVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
createIRETURNVALUE |
static org.w3c.dom.Element |
createIRETURNVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object[] pResultSet)
createIRETURNVALUE |
static org.w3c.dom.Element |
createKEYBINDING(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
createKEYBINDING |
static org.w3c.dom.Element |
createKEYVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pValueType,
java.lang.String pValue)
createKEYVALUE |
static org.w3c.dom.Element |
createLOCALCLASSPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
createLOCALCLASSPATH |
static org.w3c.dom.Element |
createLOCALINSTANCEPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
createLOCALINSTANCEPATH |
static org.w3c.dom.Element |
createLOCALINSTANCEPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
createLOCALINSTANCEPATH |
static org.w3c.dom.Element |
createLOCALNAMESPACEPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pName)
createLOCALNAMESPACEPATH |
static org.w3c.dom.Element |
createLOCALOBJECTPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
createLOCALOBJECTPATH |
static org.w3c.dom.Element |
createMESSAGE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pId,
java.lang.String pProtocolVersion)
createMESSAGE |
static org.w3c.dom.Element |
createMETHOD(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMMethod<?> pMethod,
java.lang.String pClassName)
createMETHOD |
static org.w3c.dom.Element |
createMETHODCALL(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName,
java.lang.String pParamtype)
createMETHODCALL |
static org.w3c.dom.Element |
createMETHODRESPONSE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
createMETHODRESPONSE |
static void |
createMETHODS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMMethod<?>[] pMethods,
java.lang.String pClassName)
createMETHODS |
static org.w3c.dom.Element |
createMULTIREQ(org.w3c.dom.Document pDoc)
createMULTIREQ |
static org.w3c.dom.Element |
createNAMESPACE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
createNAMESPACE |
static org.w3c.dom.Element |
createNAMESPACEPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
createNAMESPACEPATH |
static org.w3c.dom.Element |
createOBJECTNAME(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
createOBJECTNAME |
static org.w3c.dom.Element |
createOBJECTPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
createOBJECTPATH |
static org.w3c.dom.Element |
createPARAMETER(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMParameter<?> pParameter)
createPARAMETER |
static void |
createPARAMETERS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMParameter<?>[] pParameters)
createPARAMETERS |
static org.w3c.dom.Element |
createPARAMVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMArgument<?> pArg)
createPARAMVALUE |
static void |
createPROPERTIES(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMProperty<?>[] pProperties)
createPROPERTIES |
static org.w3c.dom.Element |
createPROPERTY(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMProperty<?> pProperty)
createPROPERTY |
static org.w3c.dom.Element |
createPROPERTY(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName,
java.lang.String pType)
createPROPERTY |
static org.w3c.dom.Element |
createPROPERTYARRAY(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName,
java.lang.String pType)
createPROPERTYARRAY |
static org.w3c.dom.Element |
createPROPERTYREFERENCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName,
java.lang.String pReferenceclass)
createPROPERTYREFERENCE |
static org.w3c.dom.Element |
createQUALIFIER_DECLARATION(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMQualifierType<?> pQualifierType)
createQUALIFIER_DECLARATION |
static org.w3c.dom.Element |
createQUALIFIER(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMQualifier<?> pQualifier)
createQUALIFIER |
static org.w3c.dom.Element |
createQUALIFIER(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName,
java.lang.String pType)
createQUALIFIER |
static void |
createQUALIFIERS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMQualifier<?>[] pQualifiersA)
createQUALIFIERS |
static org.w3c.dom.Element |
createRETURNVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object pValue)
!ELEMENT RETURNVALUE (VALUE | VALUE.REFERENCE) !ATTLIST RETURNVALUE %ParamType; #IMPLIED |
static org.w3c.dom.Element |
createSIMPLEEXPRSP(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
createSIMPLEEXPRSP |
static org.w3c.dom.Element |
createSIMPLEREQ(org.w3c.dom.Document pDoc)
createSIMPLEREQ |
static org.w3c.dom.Element |
createSIMPLEREQ(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
createSIMPLEREQ |
static org.w3c.dom.Element |
createSIMPLERSP(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
createSIMPLERSP |
static org.w3c.dom.Element |
createVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
createVALUE |
static org.w3c.dom.Element |
createVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
boolean pValue)
createVALUE |
static org.w3c.dom.Element |
createVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object pArgValue)
createVALUE |
static org.w3c.dom.Element |
createVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pValue)
createVALUE |
static org.w3c.dom.Element |
createVALUEARRAY(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
createVALUEARRAY |
static org.w3c.dom.Element |
createVALUEARRAY(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object[] pValA)
createVALUEARRAY |
static org.w3c.dom.Element |
createVALUENAMEDINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance pInst)
createVALUENAMEDINSTANCE |
static org.w3c.dom.Element |
createVALUENAMEDINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath,
CIMInstance pInst)
createVALUENAMEDINSTANCE |
static org.w3c.dom.Element |
createVALUEOBJECTWITHLOCALPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object pObj,
java.lang.String pNameSpace)
createVALUEOBJECTWITHLOCALPATH |
static org.w3c.dom.Element |
createVALUEOBJECTWITHPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object pObj,
java.lang.String pNameSpace)
createVALUEOBJECTWITHPATH |
static org.w3c.dom.Element |
createVALUEREFARRAY(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
createVALUEREFARRAY |
static org.w3c.dom.Element |
createVALUEREFERENCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
createVALUEREFERENCE |
static org.w3c.dom.Element |
createVALUEREFERENCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
createVALUEREFERENCE |
static java.lang.String |
getEmbObjTypeStr(CIMDataType pType)
getEmbObjTypeStr |
static java.lang.String |
getOpTypeStr(CIMDataType pType)
getOpTypeStr |
static java.lang.String |
getTypeStr(CIMDataType pType)
getTypeStr |
static boolean |
isCIMObject(CIMDataType pType)
isCIMObject |
static boolean |
isCIMObject(int typeCode)
isCIMObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CIMXMLBuilderImpl()
| Method Detail |
|---|
public static org.w3c.dom.Element createCIM(org.w3c.dom.Document pDoc)
pDoc -
public static org.w3c.dom.Element createVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
pDoc - pParentE -
public static org.w3c.dom.Element createVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pValue)
pDoc - pParentE - pValue -
public static org.w3c.dom.Element createVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
boolean pValue)
pDoc - pParentE - pValue -
public static org.w3c.dom.Element createVALUEARRAY(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
pDoc - pParentE -
public static org.w3c.dom.Element createVALUEREFERENCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
pDoc - pParentE -
public static org.w3c.dom.Element createVALUEREFARRAY(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
pDoc - pParentE -
public static org.w3c.dom.Element createPROPERTY(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName,
java.lang.String pType)
pDoc - pParentE - pName - pType -
public static org.w3c.dom.Element createPROPERTYARRAY(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName,
java.lang.String pType)
pDoc - pParentE - pName - pType -
public static org.w3c.dom.Element createPROPERTYREFERENCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName,
java.lang.String pReferenceclass)
pDoc - pParentE - pName - pReferenceclass -
public static org.w3c.dom.Element createNAMESPACE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
pDoc - pParentE - pName -
public static org.w3c.dom.Element createLOCALINSTANCEPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
pDoc - pParentE -
public static org.w3c.dom.Element createCLASSNAME(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
pDoc - pParentE - pName -
public static org.w3c.dom.Element createCLASS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName,
java.lang.String pSuperClass)
pDoc - pParentE - pName - pSuperClass -
public static org.w3c.dom.Element createINSTANCENAME(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pClassName)
pDoc - pParentE - pClassName -
public static org.w3c.dom.Element createKEYBINDING(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
pDoc - pParentE - pName -
public static org.w3c.dom.Element createKEYVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pValueType,
java.lang.String pValue)
pDoc - pParentE - pValueType - pValue -
public static org.w3c.dom.Element createINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pClassName)
pDoc - pParentE - pClassName -
public static org.w3c.dom.Element createQUALIFIER(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName,
java.lang.String pType)
pDoc - pParentE - pName - pType -
public static org.w3c.dom.Element createMESSAGE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pId,
java.lang.String pProtocolVersion)
pDoc - pParentE - pId - pProtocolVersion -
public static org.w3c.dom.Element createSIMPLEREQ(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
pDoc - pParentE -
public static org.w3c.dom.Element createSIMPLEREQ(org.w3c.dom.Document pDoc)
pDoc -
public static org.w3c.dom.Element createMULTIREQ(org.w3c.dom.Document pDoc)
pDoc -
public static org.w3c.dom.Element createMETHODCALL(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName,
java.lang.String pParamtype)
pDoc - pParentE - pName - pParamtype -
public static org.w3c.dom.Element createPARAMVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMArgument<?> pArg)
throws WBEMException
pDoc - pParentE - pArg -
WBEMException
public static org.w3c.dom.Element createSIMPLERSP(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
pDoc - pParentE -
public static org.w3c.dom.Element createSIMPLEEXPRSP(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
pDoc - pParentE -
public static org.w3c.dom.Element createMETHODRESPONSE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
pDoc - pParentE - pName -
public static org.w3c.dom.Element createIMETHODRESPONSE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
pDoc - pParentE - pName -
public static org.w3c.dom.Element createEXPMETHODRESPONSE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
pDoc - pParentE - pName -
public static org.w3c.dom.Element createIRETURNVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE)
pDoc - pParentE -
public static org.w3c.dom.Element createRETURNVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object pValue)
throws WBEMException
!ELEMENT RETURNVALUE (VALUE | VALUE.REFERENCE) !ATTLIST RETURNVALUE %ParamType; #IMPLIEDcreateRETURNVALUE
pDoc - pParentE - pValue -
WBEMException
public static org.w3c.dom.Element createIMETHODCALL(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
pDoc - pParentE - pName -
public static org.w3c.dom.Element createIPARAMVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pName)
pDoc - pParentE - pName -
public static org.w3c.dom.Element createERROR(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMError error)
doc - parentE - error -
public static org.w3c.dom.Element createQUALIFIER_DECLARATION(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMQualifierType<?> pQualifierType)
throws WBEMException
pDoc - pParentE - pQualifierType -
WBEMException
public static org.w3c.dom.Element createQUALIFIER(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMQualifier<?> pQualifier)
throws WBEMException
pDoc - pParentE - pQualifier -
WBEMException
public static void createQUALIFIERS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMQualifier<?>[] pQualifiersA)
throws WBEMException
pDoc - pParentE - pQualifiersA -
WBEMException
public static void createPROPERTIES(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMProperty<?>[] pProperties)
throws WBEMException
pDoc - pParentE - pProperties -
WBEMExceptionpublic static boolean isCIMObject(int typeCode)
typeCode -
public static boolean isCIMObject(CIMDataType pType)
pType -
public static java.lang.String getEmbObjTypeStr(CIMDataType pType)
pType -
public static java.lang.String cimObjectToXMLString(java.lang.Object pObj)
throws WBEMException
pObj -
WBEMException
public static java.lang.String[] cimObjectArrayToXMLString(java.lang.Object pObj)
throws WBEMException
pObj -
WBEMException
public static org.w3c.dom.Element createPROPERTY(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMProperty<?> pProperty)
throws WBEMException
pDoc - pParentE - pProperty -
WBEMException
public static org.w3c.dom.Element createVALUEARRAY(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object[] pValA)
throws WBEMException
pDoc - pParentE - pValA -
WBEMException
public static org.w3c.dom.Element createVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object pArgValue)
throws WBEMException
pDoc - pParentE - pArgValue -
WBEMException
public static org.w3c.dom.Element createINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance pInstance)
throws WBEMException
pDoc - pParentE - pInstance -
WBEMException
public static org.w3c.dom.Element createOBJECTPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
throws WBEMException
pDoc - pParentE - pPath -
WBEMException
public static org.w3c.dom.Element createOBJECTNAME(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
throws WBEMException
pDoc - pParentE - pPath -
WBEMException
public static org.w3c.dom.Element createLOCALINSTANCEPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
throws WBEMException
pDoc - pParentE - pPath -
WBEMException
public static org.w3c.dom.Element createLOCALCLASSPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
throws WBEMException
pDoc - pParentE - pPath -
WBEMException
public static org.w3c.dom.Element createLOCALOBJECTPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
throws WBEMException
pDoc - pParentE - pPath -
WBEMException
public static org.w3c.dom.Element createVALUEREFERENCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
throws WBEMException
pDoc - pParentE - pPath -
WBEMException
public static org.w3c.dom.Element createINSTANCENAME(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMObjectPath instanceOP)
throws WBEMException
doc - parentE - instanceOP -
WBEMException
public static org.w3c.dom.Element createCLASSPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
pDoc - pParentE - pPath -
public static void createPARAMETERS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMParameter<?>[] pParameters)
throws WBEMException
pDoc - pParentE - pParameters -
WBEMException
public static org.w3c.dom.Element createPARAMETER(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMParameter<?> pParameter)
throws WBEMException
pDoc - pParentE - pParameter -
WBEMException
public static void createMETHODS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMMethod<?>[] pMethods,
java.lang.String pClassName)
throws WBEMException
pDoc - pParentE - pMethods - pClassName -
WBEMException
public static org.w3c.dom.Element createMETHOD(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMMethod<?> pMethod,
java.lang.String pClassName)
throws WBEMException
pDoc - pParentE - pMethod - pClassName -
WBEMException
public static org.w3c.dom.Element createCLASS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMClass pClass)
throws WBEMException
pDoc - pParentE - pClass -
WBEMException
public static org.w3c.dom.Element createHOST(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.String pHost)
pDoc - pParentE - pHost -
public static org.w3c.dom.Element createNAMESPACEPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
pDoc - pParentE - pPath -
public static org.w3c.dom.Element createINSTANCEPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath)
throws WBEMException
pDoc - pParentE - pPath -
WBEMException
public static org.w3c.dom.Element createVALUENAMEDINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath,
CIMInstance pInst)
throws WBEMException
pDoc - pParentE - pPath - pInst -
WBEMException
public static org.w3c.dom.Element createVALUENAMEDINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance pInst)
throws WBEMException
pDoc - pParentE - pInst -
WBEMException
public static org.w3c.dom.Element createVALUEOBJECTWITHPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object pObj,
java.lang.String pNameSpace)
throws WBEMException
pDoc - pParentE - pObj - pNameSpace -
WBEMException
public static org.w3c.dom.Element createVALUEOBJECTWITHLOCALPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object pObj,
java.lang.String pNameSpace)
throws WBEMException
pDoc - pParentE - pObj - pNameSpace -
WBEMException
public static org.w3c.dom.Element createIRETURNVALUE_ERROR(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMError error)
doc - parentE - error -
public static org.w3c.dom.Element createIRETURNVALUE_GETINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance pInst)
throws WBEMException
pDoc - pParentE - pInst -
WBEMException
public static org.w3c.dom.Element createIRETURNVALUE_ASSOCIATORS_NAMES(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath[] pResultSet)
throws java.lang.Exception
pDoc - pParentE - pResultSet -
java.lang.Exception
public static org.w3c.dom.Element createIRETURNVALUE_ASSOCIATORS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object[] pResultSet,
java.lang.String pNameSpace)
throws java.lang.Exception
pDoc - pParentE - pResultSet - pNameSpace -
java.lang.Exception
public static org.w3c.dom.Element createIRETURNVALUE_ENUMERATE_INSTANCENAME(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object[] pResultSet,
java.lang.String pNameSpace)
throws java.lang.Exception
pDoc - pParentE - pResultSet - pNameSpace -
java.lang.Exception
public static org.w3c.dom.Element createIRETURNVALUE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
java.lang.Object[] pResultSet)
throws WBEMException
pDoc - pParentE - pResultSet -
WBEMException
public static org.w3c.dom.Element createIRETURNVALUE_ENUMERATE_CLASSNAME(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMClass[] pResultSet)
pDoc - pParentE - pResultSet -
public static org.w3c.dom.Element createIndication_response(org.w3c.dom.Document doc,
java.lang.String ID,
CIMError error)
doc - ID - error -
public static org.w3c.dom.Element createIRETURNVALUE_ENUMERATE_INSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance[] pResultSet)
throws WBEMException
pDoc - pParentE - pResultSet -
WBEMExceptionpublic static java.lang.String getTypeStr(CIMDataType pType)
pType -
public static java.lang.String getOpTypeStr(CIMDataType pType)
pType -
public static org.w3c.dom.Element createLOCALNAMESPACEPATH(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pName)
pDoc - pParentE - pName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||