Uses of Class
org.sblim.cimclient.internal.cimxml.CIMRequest
-
Packages that use CIMRequest Package Description org.sblim.cimclient.internal.cimxml Internal cim-xml DOM parser & builder implementation. -
-
Uses of CIMRequest in org.sblim.cimclient.internal.cimxml
Fields in org.sblim.cimclient.internal.cimxml with type parameters of type CIMRequest Modifier and Type Field Description protected java.util.Vector<CIMRequest>CIMRequest. iRequestsMethods in org.sblim.cimclient.internal.cimxml that return CIMRequest Modifier and Type Method Description static CIMRequestCIMXMLParserImpl. parseEXPMETHODCALL(org.w3c.dom.Element pExpMethodCallE)parseEXPMETHODCALLstatic CIMRequestCIMXMLParserImpl. parseIMETHODCALL(org.w3c.dom.Element pIMethodCallE)parseIMETHODCALLstatic CIMRequestCIMXMLParserImpl. parseMETHODCALL(org.w3c.dom.Element pMethodCallE)parseMETHODCALLstatic CIMRequestCIMXMLParserImpl. parseMULTIEXPREQ(org.w3c.dom.Element pMultiExpReqE)parseMULTIEXPREQstatic CIMRequestCIMXMLParserImpl. parseMULTIREQ(org.w3c.dom.Element pMultiReqE)parseMULTIREQstatic CIMRequestCIMXMLParserImpl. parseSIMPLEEXPREQ(org.w3c.dom.Element pSimpleExpReqE)parseSIMPLEEXPREQstatic CIMRequestCIMXMLParserImpl. parseSIMPLEREQ(org.w3c.dom.Element pSimpleReqE)parseSIMPLEREQMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMRequest Modifier and Type Method Description voidCIMRequest. addRequest(CIMRequest request)addRequestConstructors in org.sblim.cimclient.internal.cimxml with parameters of type CIMRequest Constructor Description CIMResponse(CIMRequest request)Constructs a CIM Response message from a given CIM Request.
-