Uses of Class
org.sblim.wbem.xml.CIMRequest
-
Packages that use CIMRequest Package Description org.sblim.wbem.xml Internal implementation of XML processing -
-
Uses of CIMRequest in org.sblim.wbem.xml
Methods in org.sblim.wbem.xml that return CIMRequest Modifier and Type Method Description static CIMRequest
CIMXMLParserImpl. parseEXPMETHODCALL(org.w3c.dom.Element expmethodcallE)
static CIMRequest
CIMXMLParserImpl. parseIMETHODCALL(org.w3c.dom.Element imethodcallE)
static CIMRequest
CIMXMLParserImpl. parseMETHODCALL(org.w3c.dom.Element methodcallE)
static CIMRequest
CIMXMLParserImpl. parseMULTIEXPREQ(org.w3c.dom.Element multiexpreqE)
static CIMRequest
CIMXMLParserImpl. parseMULTIREQ(org.w3c.dom.Element multireqE)
static CIMRequest
CIMXMLParserImpl. parseSIMPLEEXPREQ(org.w3c.dom.Element simpleexpreqE)
static CIMRequest
CIMXMLParserImpl. parseSIMPLEREQ(org.w3c.dom.Element simplereqE)
Methods in org.sblim.wbem.xml with parameters of type CIMRequest Modifier and Type Method Description void
CIMRequest. addRequest(CIMRequest request)
Constructors in org.sblim.wbem.xml with parameters of type CIMRequest Constructor Description CIMResponse(CIMRequest request)
Constructs a CIM Response message from a given CIM Request.
-