Uses of Class
org.sblim.wbem.xml.CIMRequest

Packages that use CIMRequest
org.sblim.wbem.xml Internal implementation of XML processing 
 

Uses of CIMRequest in org.sblim.wbem.xml
 

Methods in org.sblim.wbem.xml that return CIMRequest
static CIMRequest CIMXMLParserImpl.parseSIMPLEREQ(org.w3c.dom.Element simplereqE)
           
static CIMRequest CIMXMLParserImpl.parseMULTIREQ(org.w3c.dom.Element multireqE)
           
static CIMRequest CIMXMLParserImpl.parseMETHODCALL(org.w3c.dom.Element methodcallE)
           
static CIMRequest CIMXMLParserImpl.parseIMETHODCALL(org.w3c.dom.Element imethodcallE)
           
static CIMRequest CIMXMLParserImpl.parseSIMPLEEXPREQ(org.w3c.dom.Element simpleexpreqE)
           
static CIMRequest CIMXMLParserImpl.parseMULTIEXPREQ(org.w3c.dom.Element multiexpreqE)
           
static CIMRequest CIMXMLParserImpl.parseEXPMETHODCALL(org.w3c.dom.Element expmethodcallE)
           
 

Methods in org.sblim.wbem.xml with parameters of type CIMRequest
 void CIMRequest.addRequest(CIMRequest request)
           
 

Constructors in org.sblim.wbem.xml with parameters of type CIMRequest
CIMResponse(CIMRequest request)
          Constructs a CIM Response message from a given CIM Request.
 



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