org.sblim.cimclient.internal.cimxml
public class CIMClientXML_HelperImpl extends Object
Constructor Summary | |
---|---|
CIMClientXML_HelperImpl()
Ctor.
|
Method Summary | |
---|---|
Element | associatorNames_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole)
associatorNames_request
|
static Element | associatorNames_response(Document pDoc, CIMObjectPath[] pPathA)
associatorNames_response
|
Element | associators_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
associators_request
|
static Element | associators_response(Document pDoc, CIMNamedElementInterface[] pNamedElementA)
associators_response
|
Element | createCIMMessage(Document pDoc, Element pRequestE)
createCIMMessage
|
Element | createClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass)
createClass_request
|
Document | createIndication_response(CIMError error)
createIndication_response
|
Element | createInstance_request(Document pDoc, CIMObjectPath pName, CIMInstance pInstance)
createInstance_request
|
Element | createMultiReq(Document pDoc)
createMultiReq
|
Element | createQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType pQt)
createQualifierType_request
|
Element | deleteClass_request(Document pDoc, CIMObjectPath pPath)
deleteClass_request
|
Element | deleteInstance_request(Document pDoc, CIMObjectPath pName)
deleteInstance_request
|
Element | deleteQualifierType_request(Document pDoc, CIMObjectPath pPath)
deleteQualifierType_request
|
static void | dumpDocument(OutputStream pOS, Document pDoc)
Serializes a given DOM document as (CIM-)XML to a given output stream.
|
Element | enumerateClasses_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
enumerateClasses_request
|
static Element | enumerateClasses_response(Document pDoc, CIMClass[] pClA)
enumerateClasses_response
|
Element | enumerateClassNames_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance)
enumerateClassNames_request
|
Element | enumerateInstanceNames_request(Document pDoc, CIMObjectPath pPath)
enumerateInstanceNames_request
|
Element | enumerateInstances_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
enumerateInstances_request
|
static Element | enumerateInstances_response(Document pDoc, CIMInstance[] pInstA)
enumerateInstances_response
|
Element | enumQualifierTypes_request(Document pDoc, CIMObjectPath pPath)
enumQualifierTypes_request
|
static Element | enumQualifierTypes_response(Document pDoc, CIMQualifierType[] pQualiTypeA)
enumQualifierTypes_response
|
Element | execQuery_request(Document pDoc, CIMObjectPath pPath, String pQuery, String pQueryLanguage)
execQuery_request
|
Element | getClass_request(Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
getClass_request
|
DocumentBuilder | getDocumentBuilder()
getDocumentBuilder
|
Element | getInstance_request(Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
getInstance_request
|
Element | getProperty_request(Document pDoc, CIMObjectPath pPath, String pPropertyName)
getProperty_request
|
Element | getQualifier_request(Document pDoc, CIMObjectPath pPath, String pQt)
getQualifier_request
|
Element | invokeMethod_request(Document pDoc, CIMObjectPath pLocalPath, String pMethodName, CIMArgument[] pInArgs)
invokeMethod_request
|
static Element | invokeMethod_response(Document pDoc, String pMethodName, CIMObjectPath pLocalPath, Object pRetVal, CIMArgument[] pOutArgA)
invokeMethod_response
|
Document | newDocument()
newDocument
|
Document | parse(InputSource pIS)
parse
|
Element | performBatchOperation_request(Document pDoc, Vector pOperations)
performBatchOperation_request
|
Element | referenceNames_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole)
referenceNames_request
|
Element | references_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
references_request
|
static void | serialize(OutputStream pOS, Document pDoc)
Serializes a given DOM document as (CIM-)XML to a given output stream
|
Element | setClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass)
setClass_request
|
void | setId(int pId)
Sets the message id counter to a given value. |
Element | setInstance_request(Document pDoc, CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList)
setInstance_request
|
Element | setProperty_request(Document pDoc, CIMObjectPath pPath, String pPropertyName, Object pNewValue)
setProperty_request
|
Element | setQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType pQt)
setQualifierType_request
|
Throws: ParserConfigurationException
Parameters: pDoc pObjectName pAssocClass pResultClass pRole pResultRole
Returns: Element
Throws: WBEMException
Parameters: pDoc pPathA
Returns: Element
Parameters: pDoc pObjectName pAssocClass pResultClass pRole pResultRole pIncludeQualifiers pIncludeClassOrigin pPropertyList
Returns: Element
Throws: WBEMException
Parameters: pDoc pNamedElementA
Returns: Element
Parameters: pDoc pRequestE
Returns: Element
Parameters: pDoc pPath pClass
Returns: Element
Throws: WBEMException
Parameters: error
Returns: Document
Parameters: pDoc pName pInstance
Returns: Element
Throws: WBEMException
Parameters: pDoc
Returns: Element
Parameters: pDoc pPath pQt
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath
Returns: Element
Throws: WBEMException
Parameters: pDoc pName
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath
Returns: Element
Throws: WBEMException
Parameters: pOS The output stream pDoc The documents
Throws: IOException
Parameters: pDoc pPath pDeepInheritance pLocalOnly pIncludeQualifiers pIncludeClassOrigin
Returns: Element
Parameters: pDoc pClA
Returns: Element
Parameters: pDoc pPath pDeepInheritance
Returns: Element
Parameters: pDoc pPath
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath pDeepInheritance pLocalOnly pIncludeQualifiers pIncludeClassOrigin pPropertyList
Returns: Element
Throws: WBEMException
Parameters: pDoc pInstA
Returns: Element
Parameters: pDoc pPath
Returns: Element
Throws: WBEMException
Parameters: pDoc pQualiTypeA
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath pQuery pQueryLanguage
Returns: Element
Parameters: pDoc pName pLocalOnly pIncludeQualifiers pIncludeClassOrigin pPropertyList
Returns: Element
Throws: WBEMException
Returns: DocumentBuilder
Parameters: pDoc pName pLocalOnly pIncludeQualifiers pIncludeClassOrigin pPropertyList
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath pPropertyName
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath pQt
Returns: Element
Throws: WBEMException
Parameters: pDoc pLocalPath pMethodName pInArgs
Returns: Element
Throws: WBEMException
Parameters: pDoc pMethodName pLocalPath pRetVal pOutArgA
Returns: Element
Throws: WBEMException
Returns: Document
Parameters: pIS
Returns: Document
Throws: IOException SAXException
Parameters: pDoc pOperations
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath pResultClass pRole
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath pResultClass pRole pIncludeQualifiers pIncludeClassOrigin pPropertyList
Returns: Element
Throws: WBEMException
Parameters: pOS The output stream pDoc The documents
Throws: IOException Whenever something goes wrong
Parameters: pDoc pPath pClass
Returns: Element
Throws: WBEMException
Parameters: pId The new value
Parameters: pDoc pPath pInstance pIncludeQualifiers pPropertyList
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath pPropertyName pNewValue
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath pQt
Returns: Element
Throws: WBEMException