Uses of Class
org.sblim.wbem.xml.CIMResponse
-
Packages that use CIMResponse Package Description org.sblim.wbem.client Public API for client connections and WBEM operations.org.sblim.wbem.xml Internal implementation of XML processing -
-
Uses of CIMResponse in org.sblim.wbem.client
Methods in org.sblim.wbem.client that return CIMResponse Modifier and Type Method Description CIMResponse
CIMClientXML. getDocument(java.io.InputStreamReader pStream)
CIMResponse
CIMClientXML. getMultiResponse(java.io.InputStreamReader pStream)
-
Uses of CIMResponse in org.sblim.wbem.xml
Methods in org.sblim.wbem.xml that return CIMResponse Modifier and Type Method Description CIMResponse
CIMResponse. getFirstResponse()
static CIMResponse
CIMXMLParserImpl. parseIMETHODRESPONSE(org.w3c.dom.Element imethodresponseE)
static CIMResponse
CIMXMLParserImpl. parseMETHODRESPONSE(org.w3c.dom.Element methodresponseE)
static CIMResponse
CIMXMLParserImpl. parseMULTIRSP(org.w3c.dom.Element simplerspE)
static CIMResponse
CIMXMLParserImpl. parseSIMPLERSP(org.w3c.dom.Element simplerspE)
Methods in org.sblim.wbem.xml with parameters of type CIMResponse Modifier and Type Method Description void
CIMResponse. addResponse(CIMResponse response)
-