Class CIMXMLBuilderImpl
java.lang.Object
org.sblim.cimclient.internal.cimxml.CIMXMLBuilderImpl
Class CIMXMLBuilderImpl is the core class for building CIM-XML documents.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
cimObjectArrayToXMLString - for embedded object supportstatic String
cimObjectToXMLString
(Object pObj) cimObjectToXMLString - for embedded object supportstatic Element
createCIMstatic Element
createCLASS
(Document pDoc, Element pParentE, String pName, String pSuperClass) createCLASSstatic Element
createCLASS
(Document pDoc, Element pParentE, CIMClass pClass) createCLASSstatic Element
createCLASSNAME
(Document pDoc, Element pParentE, String pName) createCLASSNAMEstatic Element
createCLASSPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createCLASSPATHstatic Element
createERROR
(Document doc, Element parentE, CIMError error) createERRORstatic Element
createEXPMETHODCALL
(Document pDoc, Element pParentE, String pName) createEXPMETHODCALLstatic Element
createEXPMETHODRESPONSE
(Document pDoc, Element pParentE, String pName) createEXPMETHODRESPONSEstatic Element
createEXPPARAMVALUE
(Document pDoc, Element pParentE, String pName) createEXPPARAMVALUEstatic Element
createHOST
(Document pDoc, Element pParentE, String pHost) createHOSTstatic Element
createIMETHODCALL
(Document pDoc, Element pParentE, String pName) createIMETHODCALLstatic Element
createIMETHODRESPONSE
(Document pDoc, Element pParentE, String pName) createIMETHODRESPONSEstatic Element
createIndication_response
(Document doc, String ID, CIMError error) createIndication_responsestatic Element
createINSTANCE
(Document pDoc, Element pParentE, String pClassName) createINSTANCEstatic Element
createINSTANCE
(Document pDoc, Element pParentE, CIMInstance pInstance) createINSTANCEstatic Element
createINSTANCENAME
(Document pDoc, Element pParentE, String pClassName) createINSTANCENAMEstatic Element
createINSTANCENAME
(Document doc, Element parentE, CIMObjectPath instanceOP) createINSTANCENAMEstatic Element
createINSTANCEPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createINSTANCEPATHstatic Element
createIPARAMVALUE
(Document pDoc, Element pParentE, String pName) createIPARAMVALUEstatic Element
createIRETURNVALUE
(Document pDoc, Element pParentE) createIRETURNVALUEstatic Element
createIRETURNVALUE
(Document pDoc, Element pParentE, Object[] pResultSet) createIRETURNVALUEstatic Element
createIRETURNVALUE_ASSOCIATORS
(Document pDoc, Element pParentE, Object[] pResultSet, String pNameSpace) createIRETURNVALUE_ASSOCIATORSstatic Element
createIRETURNVALUE_ASSOCIATORS_NAMES
(Document pDoc, Element pParentE, CIMObjectPath[] pResultSet) createIRETURNVALUE_ASSOCIATORS_NAMESstatic Element
createIRETURNVALUE_ENUMERATE_CLASSNAME
(Document pDoc, Element pParentE, CIMClass[] pResultSet) createIRETURNVALUE_ENUMERATE_CLASSNAMEstatic Element
createIRETURNVALUE_ENUMERATE_INSTANCE
(Document pDoc, Element pParentE, CIMInstance[] pResultSet) createIRETURNVALUE_ENUMERATE_INSTANCEstatic Element
createIRETURNVALUE_ENUMERATE_INSTANCENAME
(Document pDoc, Element pParentE, Object[] pResultSet, String pNameSpace) createIRETURNVALUE_ENUMERATE_INSTANCENAMEstatic Element
createIRETURNVALUE_ERROR
(Document doc, Element parentE, CIMError error) createIRETURNVALUE_ERRORstatic Element
createIRETURNVALUE_GETINSTANCE
(Document pDoc, Element pParentE, CIMInstance pInst) createIRETURNVALUE_GETINSTANCEstatic Element
createKEYBINDING
(Document pDoc, Element pParentE, String pName) createKEYBINDINGstatic Element
createKEYVALUE
(Document pDoc, Element pParentE, String pValueType, String pValue) createKEYVALUEstatic Element
createLOCALCLASSPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALCLASSPATHstatic Element
createLOCALINSTANCEPATH
(Document pDoc, Element pParentE) createLOCALINSTANCEPATHstatic Element
createLOCALINSTANCEPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALINSTANCEPATHstatic Element
createLOCALNAMESPACEPATH
(Document pDoc, Element pParentE, CIMObjectPath pName) createLOCALNAMESPACEPATHstatic Element
createLOCALOBJECTPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createLOCALOBJECTPATHstatic Element
createMESSAGE
(Document pDoc, Element pParentE, String pId, String pProtocolVersion) createMESSAGEstatic Element
createMETHOD
(Document pDoc, Element pParentE, CIMMethod<?> pMethod, String pClassName) createMETHODstatic Element
createMETHODCALL
(Document pDoc, Element pParentE, String pName) createMETHODCALLstatic Element
createMETHODRESPONSE
(Document pDoc, Element pParentE, String pName) createMETHODRESPONSEstatic void
createMETHODS
(Document pDoc, Element pParentE, CIMMethod<?>[] pMethods, String pClassName) createMETHODSstatic Element
createMULTIREQ
(Document pDoc) createMULTIREQstatic Element
createNAMESPACE
(Document pDoc, Element pParentE, String pName) createNAMESPACEstatic Element
createNAMESPACEPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createNAMESPACEPATHstatic Element
createOBJECTNAME
(Document pDoc, Element pParentE, CIMObjectPath pPath) createOBJECTNAMEstatic Element
createOBJECTPATH
(Document pDoc, Element pParentE, CIMObjectPath pPath) createOBJECTPATHstatic Element
createPARAMETER
(Document pDoc, Element pParentE, CIMParameter<?> pParameter) createPARAMETERstatic void
createPARAMETERS
(Document pDoc, Element pParentE, CIMParameter<?>[] pParameters) createPARAMETERSstatic Element
createPARAMVALUE
(Document pDoc, Element pParentE, CIMArgument<?> pArg) createPARAMVALUEstatic void
createPROPERTIES
(Document pDoc, Element pParentE, CIMProperty<?>[] pProperties) createPROPERTIESstatic Element
createPROPERTY
(Document pDoc, Element pParentE, String pName, String pType) createPROPERTYstatic Element
createPROPERTY
(Document pDoc, Element pParentE, CIMProperty<?> pProperty) createPROPERTYstatic Element
createPROPERTYARRAY
(Document pDoc, Element pParentE, String pName, String pType) createPROPERTYARRAYstatic Element
createPROPERTYREFERENCE
(Document pDoc, Element pParentE, String pName, String pReferenceclass) createPROPERTYREFERENCEstatic Element
createQUALIFIER
(Document pDoc, Element pParentE, String pName, String pType) createQUALIFIERstatic Element
createQUALIFIER
(Document pDoc, Element pParentE, CIMQualifier<?> pQualifier) createQUALIFIERstatic Element
createQUALIFIER_DECLARATION
(Document pDoc, Element pParentE, CIMQualifierType<?> pQualifierType) createQUALIFIER_DECLARATIONstatic void
createQUALIFIERS
(Document pDoc, Element pParentE, CIMQualifier<?>[] pQualifiersA) createQUALIFIERSstatic Element
createRETURNVALUE
(Document pDoc, Element pParentE, Object pValue) !ELEMENT RETURNVALUE (VALUE | VALUE.REFERENCE) !ATTLIST RETURNVALUE %ParamType; #IMPLIEDstatic Element
createSIMPLEEXPREQ
(Document pDoc) createSIMPLEEXPREQstatic Element
createSIMPLEEXPRSP
(Document pDoc, Element pParentE) createSIMPLEEXPRSPstatic Element
createSIMPLEREQ
(Document pDoc) createSIMPLEREQstatic Element
createSIMPLEREQ
(Document pDoc, Element pParentE) createSIMPLEREQstatic Element
createSIMPLERSP
(Document pDoc, Element pParentE) createSIMPLERSPstatic Element
createVALUE
(Document pDoc, Element pParentE) createVALUEstatic Element
createVALUE
(Document pDoc, Element pParentE, boolean pValue) createVALUEstatic Element
createVALUE
(Document pDoc, Element pParentE, Object pArgValue) createVALUEstatic Element
createVALUE
(Document pDoc, Element pParentE, String pValue) createVALUEstatic Element
createVALUEARRAY
(Document pDoc, Element pParentE) createVALUEARRAYstatic Element
createVALUEARRAY
(Document pDoc, Element pParentE, Object[] pValA) createVALUEARRAYstatic Element
createVALUENAMEDINSTANCE
(Document pDoc, Element pParentE, CIMInstance pInst) createVALUENAMEDINSTANCEstatic Element
createVALUENAMEDINSTANCE
(Document pDoc, Element pParentE, CIMObjectPath pPath, CIMInstance pInst) createVALUENAMEDINSTANCEstatic Element
createVALUEOBJECTWITHLOCALPATH
(Document pDoc, Element pParentE, Object pObj, String pNameSpace) createVALUEOBJECTWITHLOCALPATHstatic Element
createVALUEOBJECTWITHPATH
(Document pDoc, Element pParentE, Object pObj, String pNameSpace) createVALUEOBJECTWITHPATHstatic Element
createVALUEREFARRAY
(Document pDoc, Element pParentE) createVALUEREFARRAYstatic Element
createVALUEREFERENCE
(Document pDoc, Element pParentE) createVALUEREFERENCEstatic Element
createVALUEREFERENCE
(Document pDoc, Element pParentE, CIMObjectPath pPath) createVALUEREFERENCEstatic String
getEmbObjTypeStr
(CIMDataType pType) getEmbObjTypeStrstatic String
getOpTypeStr
(CIMDataType pType) getOpTypeStrstatic String
getTypeStr
(CIMDataType pType) getTypeStrstatic boolean
isCIMObject
(int typeCode) isCIMObjectstatic boolean
isCIMObject
(CIMDataType pType) isCIMObject
-
Constructor Details
-
CIMXMLBuilderImpl
public CIMXMLBuilderImpl()
-
-
Method Details
-
createCIM
createCIM- Parameters:
pDoc
-- Returns:
- Element
-
createVALUE
createVALUE- Parameters:
pDoc
-pParentE
-- Returns:
- Element
-
createVALUE
createVALUE- Parameters:
pDoc
-pParentE
-pValue
-- Returns:
- Element
-
createVALUE
createVALUE- Parameters:
pDoc
-pParentE
-pValue
-- Returns:
- Element
-
createVALUEARRAY
createVALUEARRAY- Parameters:
pDoc
-pParentE
-- Returns:
- Element
-
createVALUEREFERENCE
createVALUEREFERENCE- Parameters:
pDoc
-pParentE
-- Returns:
- Element
-
createVALUEREFARRAY
createVALUEREFARRAY- Parameters:
pDoc
-pParentE
-- Returns:
- Element
-
createPROPERTY
createPROPERTY- Parameters:
pDoc
-pParentE
-pName
-pType
-- Returns:
- Element
-
createPROPERTYARRAY
public static Element createPROPERTYARRAY(Document pDoc, Element pParentE, String pName, String pType) createPROPERTYARRAY- Parameters:
pDoc
-pParentE
-pName
-pType
-- Returns:
- Element
-
createPROPERTYREFERENCE
public static Element createPROPERTYREFERENCE(Document pDoc, Element pParentE, String pName, String pReferenceclass) createPROPERTYREFERENCE- Parameters:
pDoc
-pParentE
-pName
-pReferenceclass
-- Returns:
- Element
-
createNAMESPACE
createNAMESPACE- Parameters:
pDoc
-pParentE
-pName
-- Returns:
- Element
-
createLOCALINSTANCEPATH
createLOCALINSTANCEPATH- Parameters:
pDoc
-pParentE
-- Returns:
- Element
-
createCLASSNAME
createCLASSNAME- Parameters:
pDoc
-pParentE
-pName
-- Returns:
- Element
-
createCLASS
public static Element createCLASS(Document pDoc, Element pParentE, String pName, String pSuperClass) createCLASS- Parameters:
pDoc
-pParentE
-pName
-pSuperClass
-- Returns:
- Element
-
createINSTANCENAME
createINSTANCENAME- Parameters:
pDoc
-pParentE
-pClassName
-- Returns:
- Element
-
createKEYBINDING
createKEYBINDING- Parameters:
pDoc
-pParentE
-pName
-- Returns:
- Element
-
createKEYVALUE
public static Element createKEYVALUE(Document pDoc, Element pParentE, String pValueType, String pValue) createKEYVALUE- Parameters:
pDoc
-pParentE
-pValueType
-pValue
-- Returns:
- KEYVALUE
-
createINSTANCE
createINSTANCE- Parameters:
pDoc
-pParentE
-pClassName
-- Returns:
- Element
-
createQUALIFIER
createQUALIFIER- Parameters:
pDoc
-pParentE
-pName
-pType
-- Returns:
- Element
-
createMESSAGE
public static Element createMESSAGE(Document pDoc, Element pParentE, String pId, String pProtocolVersion) createMESSAGE- Parameters:
pDoc
-pParentE
-pId
-pProtocolVersion
-- Returns:
- Element
-
createSIMPLEREQ
createSIMPLEREQ- Parameters:
pDoc
-pParentE
-- Returns:
- Element
-
createSIMPLEREQ
createSIMPLEREQ- Parameters:
pDoc
-- Returns:
- Element
-
createMULTIREQ
createMULTIREQ- Parameters:
pDoc
-- Returns:
- Element
-
createMETHODCALL
createMETHODCALL- Parameters:
pDoc
-pParentE
-pName
-- Returns:
- Element
-
createPARAMVALUE
public static Element createPARAMVALUE(Document pDoc, Element pParentE, CIMArgument<?> pArg) throws WBEMException createPARAMVALUE- Parameters:
pDoc
-pParentE
-pArg
-- Returns:
- Element
- Throws:
WBEMException
-
createSIMPLERSP
createSIMPLERSP- Parameters:
pDoc
-pParentE
-- Returns:
- Element
-
createSIMPLEEXPRSP
createSIMPLEEXPRSP- Parameters:
pDoc
-pParentE
-- Returns:
- Element
-
createMETHODRESPONSE
createMETHODRESPONSE- Parameters:
pDoc
-pParentE
-pName
-- Returns:
- Element
-
createIMETHODRESPONSE
createIMETHODRESPONSE- Parameters:
pDoc
-pParentE
-pName
-- Returns:
- Element
-
createEXPMETHODRESPONSE
createEXPMETHODRESPONSE- Parameters:
pDoc
-pParentE
-pName
-- Returns:
- Element
-
createIRETURNVALUE
createIRETURNVALUE- Parameters:
pDoc
-pParentE
-- Returns:
- Element
-
createRETURNVALUE
public static Element createRETURNVALUE(Document pDoc, Element pParentE, Object pValue) throws WBEMException !ELEMENT RETURNVALUE (VALUE | VALUE.REFERENCE) !ATTLIST RETURNVALUE %ParamType; #IMPLIED
createRETURNVALUE- Parameters:
pDoc
-pParentE
-pValue
-- Returns:
- Element
- Throws:
WBEMException
-
createIMETHODCALL
createIMETHODCALL- Parameters:
pDoc
-pParentE
-pName
-- Returns:
- Element
-
createIPARAMVALUE
createIPARAMVALUE- Parameters:
pDoc
-pParentE
-pName
-- Returns:
- Element
-
createERROR
createERROR- Parameters:
doc
-parentE
-error
-- Returns:
- Element
-
createQUALIFIER_DECLARATION
public static Element createQUALIFIER_DECLARATION(Document pDoc, Element pParentE, CIMQualifierType<?> pQualifierType) throws WBEMException createQUALIFIER_DECLARATION- Parameters:
pDoc
-pParentE
-pQualifierType
-- Returns:
- Element
- Throws:
WBEMException
-
createQUALIFIER
public static Element createQUALIFIER(Document pDoc, Element pParentE, CIMQualifier<?> pQualifier) throws WBEMException createQUALIFIER- Parameters:
pDoc
-pParentE
-pQualifier
-- Returns:
- Element
- Throws:
WBEMException
-
createQUALIFIERS
public static void createQUALIFIERS(Document pDoc, Element pParentE, CIMQualifier<?>[] pQualifiersA) throws WBEMException createQUALIFIERS- Parameters:
pDoc
-pParentE
-pQualifiersA
-- Throws:
WBEMException
-
createPROPERTIES
public static void createPROPERTIES(Document pDoc, Element pParentE, CIMProperty<?>[] pProperties) throws WBEMException createPROPERTIES- Parameters:
pDoc
-pParentE
-pProperties
-- Throws:
WBEMException
-
isCIMObject
public static boolean isCIMObject(int typeCode) isCIMObject- Parameters:
typeCode
-- Returns:
- boolean
-
isCIMObject
isCIMObject- Parameters:
pType
-- Returns:
- boolean
-
getEmbObjTypeStr
getEmbObjTypeStr- Parameters:
pType
-- Returns:
- String
-
cimObjectToXMLString
cimObjectToXMLString - for embedded object support- Parameters:
pObj
-- Returns:
- String
- Throws:
WBEMException
-
cimObjectArrayToXMLString
cimObjectArrayToXMLString - for embedded object support- Parameters:
pObj
-- Returns:
- String[]
- Throws:
WBEMException
-
createPROPERTY
public static Element createPROPERTY(Document pDoc, Element pParentE, CIMProperty<?> pProperty) throws WBEMException createPROPERTY- Parameters:
pDoc
-pParentE
-pProperty
-- Returns:
- Element
- Throws:
WBEMException
-
createVALUEARRAY
public static Element createVALUEARRAY(Document pDoc, Element pParentE, Object[] pValA) throws WBEMException createVALUEARRAY- Parameters:
pDoc
-pParentE
-pValA
-- Returns:
- Element
- Throws:
WBEMException
-
createVALUE
public static Element createVALUE(Document pDoc, Element pParentE, Object pArgValue) throws WBEMException createVALUE- Parameters:
pDoc
-pParentE
-pArgValue
-- Returns:
- Element
- Throws:
WBEMException
-
createINSTANCE
public static Element createINSTANCE(Document pDoc, Element pParentE, CIMInstance pInstance) throws WBEMException createINSTANCE- Parameters:
pDoc
-pParentE
-pInstance
-- Returns:
- Element
- Throws:
WBEMException
-
createOBJECTPATH
public static Element createOBJECTPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) throws WBEMException createOBJECTPATH- Parameters:
pDoc
-pParentE
-pPath
-- Returns:
- Element
- Throws:
WBEMException
-
createOBJECTNAME
public static Element createOBJECTNAME(Document pDoc, Element pParentE, CIMObjectPath pPath) throws WBEMException createOBJECTNAME- Parameters:
pDoc
-pParentE
-pPath
-- Returns:
- Element
- Throws:
WBEMException
-
createLOCALINSTANCEPATH
public static Element createLOCALINSTANCEPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) throws WBEMException createLOCALINSTANCEPATH- Parameters:
pDoc
-pParentE
-pPath
-- Returns:
- Element
- Throws:
WBEMException
-
createLOCALCLASSPATH
public static Element createLOCALCLASSPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) throws WBEMException createLOCALCLASSPATH- Parameters:
pDoc
-pParentE
-pPath
-- Returns:
- Element
- Throws:
WBEMException
-
createLOCALOBJECTPATH
public static Element createLOCALOBJECTPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) throws WBEMException createLOCALOBJECTPATH- Parameters:
pDoc
-pParentE
-pPath
-- Returns:
- Element
- Throws:
WBEMException
-
createVALUEREFERENCE
public static Element createVALUEREFERENCE(Document pDoc, Element pParentE, CIMObjectPath pPath) throws WBEMException createVALUEREFERENCE- Parameters:
pDoc
-pParentE
-pPath
-- Returns:
- Element
- Throws:
WBEMException
-
createINSTANCENAME
public static Element createINSTANCENAME(Document doc, Element parentE, CIMObjectPath instanceOP) throws WBEMException createINSTANCENAME- Parameters:
doc
-parentE
-instanceOP
-- Returns:
- Element
- Throws:
WBEMException
-
createCLASSPATH
createCLASSPATH- Parameters:
pDoc
-pParentE
-pPath
-- Returns:
- Element
-
createPARAMETERS
public static void createPARAMETERS(Document pDoc, Element pParentE, CIMParameter<?>[] pParameters) throws WBEMException createPARAMETERS- Parameters:
pDoc
-pParentE
-pParameters
-- Throws:
WBEMException
-
createPARAMETER
public static Element createPARAMETER(Document pDoc, Element pParentE, CIMParameter<?> pParameter) throws WBEMException createPARAMETER- Parameters:
pDoc
-pParentE
-pParameter
-- Returns:
- Element
- Throws:
WBEMException
-
createMETHODS
public static void createMETHODS(Document pDoc, Element pParentE, CIMMethod<?>[] pMethods, String pClassName) throws WBEMException createMETHODS- Parameters:
pDoc
-pParentE
-pMethods
-pClassName
-- Throws:
WBEMException
-
createMETHOD
public static Element createMETHOD(Document pDoc, Element pParentE, CIMMethod<?> pMethod, String pClassName) throws WBEMException createMETHOD- Parameters:
pDoc
-pParentE
-pMethod
-pClassName
-- Returns:
- Element
- Throws:
WBEMException
-
createCLASS
public static Element createCLASS(Document pDoc, Element pParentE, CIMClass pClass) throws WBEMException createCLASS- Parameters:
pDoc
-pParentE
-pClass
-- Returns:
- Element
- Throws:
WBEMException
-
createHOST
createHOST- Parameters:
pDoc
-pParentE
-pHost
-- Returns:
- Element
-
createNAMESPACEPATH
createNAMESPACEPATH- Parameters:
pDoc
-pParentE
-pPath
-- Returns:
- Element
-
createINSTANCEPATH
public static Element createINSTANCEPATH(Document pDoc, Element pParentE, CIMObjectPath pPath) throws WBEMException createINSTANCEPATH- Parameters:
pDoc
-pParentE
-pPath
-- Returns:
- Element
- Throws:
WBEMException
-
createVALUENAMEDINSTANCE
public static Element createVALUENAMEDINSTANCE(Document pDoc, Element pParentE, CIMObjectPath pPath, CIMInstance pInst) throws WBEMException createVALUENAMEDINSTANCE- Parameters:
pDoc
-pParentE
-pPath
-pInst
-- Returns:
- Element
- Throws:
WBEMException
-
createVALUENAMEDINSTANCE
public static Element createVALUENAMEDINSTANCE(Document pDoc, Element pParentE, CIMInstance pInst) throws WBEMException createVALUENAMEDINSTANCE- Parameters:
pDoc
-pParentE
-pInst
-- Returns:
- Element
- Throws:
WBEMException
-
createVALUEOBJECTWITHPATH
public static Element createVALUEOBJECTWITHPATH(Document pDoc, Element pParentE, Object pObj, String pNameSpace) throws WBEMException createVALUEOBJECTWITHPATH- Parameters:
pDoc
-pParentE
-pObj
-pNameSpace
-- Returns:
- Element
- Throws:
WBEMException
-
createVALUEOBJECTWITHLOCALPATH
public static Element createVALUEOBJECTWITHLOCALPATH(Document pDoc, Element pParentE, Object pObj, String pNameSpace) throws WBEMException createVALUEOBJECTWITHLOCALPATH- Parameters:
pDoc
-pParentE
-pObj
-pNameSpace
-- Returns:
- Element
- Throws:
WBEMException
-
createIRETURNVALUE_ERROR
createIRETURNVALUE_ERROR- Parameters:
doc
-parentE
-error
-- Returns:
- Element
-
createIRETURNVALUE_GETINSTANCE
public static Element createIRETURNVALUE_GETINSTANCE(Document pDoc, Element pParentE, CIMInstance pInst) throws WBEMException createIRETURNVALUE_GETINSTANCE- Parameters:
pDoc
-pParentE
-pInst
-- Returns:
- Element
- Throws:
WBEMException
-
createIRETURNVALUE_ASSOCIATORS_NAMES
public static Element createIRETURNVALUE_ASSOCIATORS_NAMES(Document pDoc, Element pParentE, CIMObjectPath[] pResultSet) throws Exception createIRETURNVALUE_ASSOCIATORS_NAMES- Parameters:
pDoc
-pParentE
-pResultSet
-- Returns:
- Element
- Throws:
Exception
-
createIRETURNVALUE_ASSOCIATORS
public static Element createIRETURNVALUE_ASSOCIATORS(Document pDoc, Element pParentE, Object[] pResultSet, String pNameSpace) throws Exception createIRETURNVALUE_ASSOCIATORS- Parameters:
pDoc
-pParentE
-pResultSet
-pNameSpace
-- Returns:
- Element
- Throws:
Exception
-
createIRETURNVALUE_ENUMERATE_INSTANCENAME
public static Element createIRETURNVALUE_ENUMERATE_INSTANCENAME(Document pDoc, Element pParentE, Object[] pResultSet, String pNameSpace) throws Exception createIRETURNVALUE_ENUMERATE_INSTANCENAME- Parameters:
pDoc
-pParentE
-pResultSet
-pNameSpace
-- Returns:
- Element
- Throws:
Exception
-
createIRETURNVALUE
public static Element createIRETURNVALUE(Document pDoc, Element pParentE, Object[] pResultSet) throws WBEMException createIRETURNVALUE- Parameters:
pDoc
-pParentE
-pResultSet
-- Returns:
- Element
- Throws:
WBEMException
-
createIRETURNVALUE_ENUMERATE_CLASSNAME
public static Element createIRETURNVALUE_ENUMERATE_CLASSNAME(Document pDoc, Element pParentE, CIMClass[] pResultSet) createIRETURNVALUE_ENUMERATE_CLASSNAME- Parameters:
pDoc
-pParentE
-pResultSet
-- Returns:
- Element
-
createIndication_response
createIndication_response- Parameters:
doc
-ID
-error
-- Returns:
- Element
-
createIRETURNVALUE_ENUMERATE_INSTANCE
public static Element createIRETURNVALUE_ENUMERATE_INSTANCE(Document pDoc, Element pParentE, CIMInstance[] pResultSet) throws WBEMException createIRETURNVALUE_ENUMERATE_INSTANCE- Parameters:
pDoc
-pParentE
-pResultSet
-- Returns:
- Element
- Throws:
WBEMException
-
getTypeStr
getTypeStr- Parameters:
pType
-- Returns:
- String
-
getOpTypeStr
getOpTypeStr- Parameters:
pType
-- Returns:
- String
-
createLOCALNAMESPACEPATH
public static Element createLOCALNAMESPACEPATH(Document pDoc, Element pParentE, CIMObjectPath pName) createLOCALNAMESPACEPATH- Parameters:
pDoc
-pParentE
-pName
-- Returns:
- Element
-
createSIMPLEEXPREQ
createSIMPLEEXPREQ- Parameters:
pDoc
-- Returns:
- Element
-
createEXPMETHODCALL
createEXPMETHODCALL- Parameters:
pDoc
-pParentE
-pName
-- Returns:
- Element
-
createEXPPARAMVALUE
createEXPPARAMVALUE- Parameters:
pDoc
-pParentE
-pName
-- Returns:
- Element
-