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  Vector<CIMResponse> CIMResponse.iResponses
           
 

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

Methods in org.sblim.cimclient.internal.cimxml that return types with arguments of type CIMResponse
 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, 2013 IBM Corporation. All Rights Reserved.