Uses of Class
org.sblim.cimclient.internal.wbem.CIMError
-
Packages that use CIMError Package Description org.sblim.cimclient.internal.cimxml Internal cim-xml DOM parser & builder implementation.org.sblim.cimclient.internal.cimxml.sax.node Internal implementation of the SAX parser for cim-xml. -
-
Uses of CIMError in org.sblim.cimclient.internal.cimxml
Methods in org.sblim.cimclient.internal.cimxml with parameters of type CIMError Modifier and Type Method Description static org.w3c.dom.Element
CIMXMLBuilderImpl. createERROR(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMError error)
createERRORorg.w3c.dom.Document
CIMClientXML_HelperImpl. createIndication_response(CIMError error)
createIndication_responsestatic org.w3c.dom.Element
CIMXMLBuilderImpl. createIndication_response(org.w3c.dom.Document doc, java.lang.String ID, CIMError error)
createIndication_responsestatic org.w3c.dom.Element
CIMXMLBuilderImpl. createIRETURNVALUE_ERROR(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMError error)
createIRETURNVALUE_ERROR -
Uses of CIMError in org.sblim.cimclient.internal.cimxml.sax.node
Methods in org.sblim.cimclient.internal.cimxml.sax.node that return CIMError Modifier and Type Method Description abstract CIMError
AbstractSimpleRspNode. getCIMError()
CIMError
ErrorIf. getCIMError()
getCIMErrorCIMError
ErrorNode. getCIMError()
CIMError
ExpMethodResponseNode. getCIMError()
CIMError
IMethodResponseNode. getCIMError()
CIMError
MethodResponseNode. getCIMError()
CIMError
SimpleExpRspNode. getCIMError()
CIMError
SimpleRspNode. getCIMError()
-