Uses of Class
org.sblim.cimclient.internal.cimxml.CIMRequest
Packages that use CIMRequest
Package
Description
Internal cim-xml DOM parser invalid input: '&' builder implementation.
-
Uses of CIMRequest in org.sblim.cimclient.internal.cimxml
Fields in org.sblim.cimclient.internal.cimxml with type parameters of type CIMRequestMethods in org.sblim.cimclient.internal.cimxml that return CIMRequestModifier and TypeMethodDescriptionstatic CIMRequestCIMXMLParserImpl.parseEXPMETHODCALL(Element pExpMethodCallE) parseEXPMETHODCALLstatic CIMRequestCIMXMLParserImpl.parseIMETHODCALL(Element pIMethodCallE) parseIMETHODCALLstatic CIMRequestCIMXMLParserImpl.parseMETHODCALL(Element pMethodCallE) parseMETHODCALLstatic CIMRequestCIMXMLParserImpl.parseMULTIEXPREQ(Element pMultiExpReqE) parseMULTIEXPREQstatic CIMRequestCIMXMLParserImpl.parseMULTIREQ(Element pMultiReqE) parseMULTIREQstatic CIMRequestCIMXMLParserImpl.parseSIMPLEEXPREQ(Element pSimpleExpReqE) parseSIMPLEEXPREQstatic CIMRequestCIMXMLParserImpl.parseSIMPLEREQ(Element pSimpleReqE) parseSIMPLEREQMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMRequestConstructors in org.sblim.cimclient.internal.cimxml with parameters of type CIMRequestModifierConstructorDescriptionCIMResponse(CIMRequest request) Constructs a CIM Response message from a given CIM Request.