Class CIMClientXML_HelperImpl
java.lang.Object
org.sblim.wbem.xml.CIMClientXML_HelperImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociatorNames_request
(Document doc, CIMObjectPath objectName, String assocClass, String resultClass, String role, String resultRole) associators_request
(Document doc, CIMObjectPath objectName, String assocClass, String resultClass, String role, String resultRole, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) createCIMMessage
(Document doc, Element requestE) createClass_request
(Document doc, CIMObjectPath path, CIMClass cc) createInstance_request
(Document doc, CIMObjectPath name, CIMInstance instance) createMultiReq
(Document doc) createQualifierType_request
(Document doc, CIMObjectPath path, CIMQualifierType qt) deleteClass_request
(Document doc, CIMObjectPath path) deleteInstance_request
(Document doc, CIMObjectPath name) deleteQualifierType_request
(Document doc, CIMObjectPath path) static void
dumpDocument
(Document doc) enumerateClasses_request
(Document doc, CIMObjectPath path, boolean deepInheritance, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin) enumerateClassNames_request
(Document doc, CIMObjectPath path, boolean deepInheritance) enumerateInstanceNames_request
(Document doc, CIMObjectPath path) enumerateInstances_request
(Document doc, CIMObjectPath path, boolean deepInheritance, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) enumQualifierTypes_request
(Document doc, CIMObjectPath path) execQuery_request
(Document doc, CIMObjectPath path, String query, String queryLanguage) getClass_request
(Document doc, CIMObjectPath name, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) getInstance_request
(Document doc, CIMObjectPath name, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) getProperty_request
(Document doc, CIMObjectPath path, String propertyName) getQualifier_request
(Document doc, CIMObjectPath path, String qt) invokeMethod_request
(Document doc, CIMObjectPath name, String methodName, Vector inArgs) parse
(InputSource is) performBatchOperation_request
(Document doc, Vector operations) referenceNames_request
(Document doc, CIMObjectPath path, String resultClass, String role) references_request
(Document doc, CIMObjectPath path, String resultClass, String role, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) static void
serialize
(OutputStream os, Document doc) setClass_request
(Document doc, CIMObjectPath path, CIMClass cc) setInstance_request
(Document doc, CIMObjectPath path, CIMInstance ci, boolean includeQualifiers, String[] propertyList) setProperty_request
(Document doc, CIMObjectPath path, String propertyName, CIMValue newValue) setQualifierType_request
(Document doc, CIMObjectPath path, CIMQualifierType qt)
-
Constructor Details
-
CIMClientXML_HelperImpl
- Throws:
ParserConfigurationException
-
-
Method Details
-
getDocumentBuilder
-
newDocument
-
parse
- Throws:
IOException
SAXException
-
serialize
- Throws:
IOException
-
dumpDocument
- Throws:
IOException
-
createCIMMessage
-
createMultiReq
-
associatorNames_request
-
associators_request
-
enumerateInstanceNames_request
-
enumerateInstances_request
public Element enumerateInstances_request(Document doc, CIMObjectPath path, boolean deepInheritance, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) -
getInstance_request
public Element getInstance_request(Document doc, CIMObjectPath name, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) -
deleteInstance_request
-
getClass_request
public Element getClass_request(Document doc, CIMObjectPath name, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList) -
createInstance_request
-
invokeMethod_request
public Element invokeMethod_request(Document doc, CIMObjectPath name, String methodName, Vector inArgs) -
createIndication_response
-
createClass_request
-
getQualifier_request
-
createQualifierType_request
-
deleteClass_request
-
deleteQualifierType_request
-
enumerateClasses_request
public Element enumerateClasses_request(Document doc, CIMObjectPath path, boolean deepInheritance, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin) -
enumerateClassNames_request
public Element enumerateClassNames_request(Document doc, CIMObjectPath path, boolean deepInheritance) -
getProperty_request
-
referenceNames_request
public Element referenceNames_request(Document doc, CIMObjectPath path, String resultClass, String role) -
references_request
-
setClass_request
-
setInstance_request
public Element setInstance_request(Document doc, CIMObjectPath path, CIMInstance ci, boolean includeQualifiers, String[] propertyList) -
setProperty_request
public Element setProperty_request(Document doc, CIMObjectPath path, String propertyName, CIMValue newValue) -
setQualifierType_request
-
enumQualifierTypes_request
-
execQuery_request
public Element execQuery_request(Document doc, CIMObjectPath path, String query, String queryLanguage) -
performBatchOperation_request
- Throws:
CIMException
-