/home/bart/release/openwbem/src/client/OW_CIMXMLCIMOMHandle.hpp

Create a remote CIMOM handle. This represents a single connection to a CIMOM.
Parameters:
prot An Reference to a CIMProtocol to be used with this remote handle. This will typically be an HTTPClient.
String url("https://thehost.example.com:5989/cimom"); Reference<HTTPClient> clientRef(new HTTPClient(url)); CIMXMLCIMOMHandle rch(clientRef); // now the XML over HTTPS connection is established, and // the remote CIMOM handle can be used.


Generated on Thu Feb 9 08:47:48 2006 for openwbem by  doxygen 1.4.6