Uses of Class
org.sblim.cimclient.internal.cimxml.CIMResponse

Packages that use CIMResponse
org.sblim.cimclient.internal.cimxml Internal cim-xml DOM parser & builder implementation. 
 

Uses of CIMResponse in org.sblim.cimclient.internal.cimxml
 

Fields in org.sblim.cimclient.internal.cimxml with type parameters of type CIMResponse
protected  java.util.Vector<CIMResponse> CIMResponse.iResponses
           
 

Methods in org.sblim.cimclient.internal.cimxml that return CIMResponse
 CIMResponse CIMResponse.getFirstResponse()
          getFirstResponse
static CIMResponse CIMXMLParserImpl.parseIMETHODRESPONSE(org.w3c.dom.Element pIMethodResponseE)
          parseIMETHODRESPONSE
static CIMResponse CIMXMLParserImpl.parseMETHODRESPONSE(org.w3c.dom.Element pMethodResponseE)
          parseMETHODRESPONSE
static CIMResponse CIMXMLParserImpl.parseMULTIRSP(org.w3c.dom.Element pSimpleRspE)
          parseMULTIRSP
static CIMResponse CIMXMLParserImpl.parseSIMPLERSP(org.w3c.dom.Element pSimpleRspE)
          parseSIMPLERSP
 

Methods in org.sblim.cimclient.internal.cimxml that return types with arguments of type CIMResponse
 java.util.List<CIMResponse> CIMResponse.getAllResponses()
          getAllResponses
 

Methods in org.sblim.cimclient.internal.cimxml with parameters of type CIMResponse
 void CIMResponse.addResponse(CIMResponse response)
          addResponse
 



Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.