org.sblim.cimclient.internal.cimxml
public class CIMClientXML_HelperImpl extends Object
Constructor Summary | |
---|---|
CIMClientXML_HelperImpl()
Ctor.
|
Method Summary | |
---|---|
Element | associatorClasses_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
associatorClasses_request
|
Element | associatorInstances_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList)
associatorInstances_request
|
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 : This has been replaced by
setQualifierType_request
|
Element | CloseEnumeration_request(Document pDoc, CIMObjectPath pPath, String pEnumerationContext)
CloseEnumeration_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 | EnumerationCount_request(Document pDoc, CIMObjectPath pPath, String pEnumerationContext)
EnumerationCount_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
|
Element | OpenAssociatorInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pAssocClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount)
pAssociatorPaths_request
|
Element | OpenAssociatorInstances_request(Document pDoc, CIMObjectPath pPath, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount)
OpenAssociatorInstances_request
|
Element | OpenEnumerateInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount)
OpenEnumerateInstancePaths_request
|
Element | OpenEnumerateInstances_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount)
OpenEnumerateInstances_request
|
Element | OpenQueryInstances_request(Document pDoc, CIMObjectPath pPath, String pFilterQuery, String pFilterQueryLanguage, Boolean pReturnQueryResultClass, UnsignedInteger32 pOperationTimeout, Boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount, CIMClass pQueryResultClass)
OpenQueryInstances_request
|
Element | OpenReferenceInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount)
referencePaths_request
|
Element | OpenReferenceInstances_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount)
references_request
|
Document | parse(InputSource pIS)
parse
|
Element | performBatchOperation_request(Document pDoc, Vector<CIMOperation> pOperations)
performBatchOperation_request
|
Element | PullInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount)
PullInstancePaths_request
|
Element | PullInstancesWithPath_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount)
PullInstancesWithPath_request
|
Element | PullInstances_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount)
PullInstances_request
|
Element | referenceClasses_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
referenceClasses_request
|
Element | referenceInstances_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList)
referenceInstances_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 pIncludeQualifiers pIncludeClassOrigin pPropertyList
Returns: Element
Throws: WBEMException
Parameters: pDoc pObjectName pAssocClass pResultClass pRole pResultRole pIncludeClassOrigin pPropertyList
Returns: Element
Throws: WBEMException
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 pEnumerationContext
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 pPath pEnumerationContext
Returns: Element
Throws: WBEMException
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: pDoc pPath pAssocClass pResultClass pRole pResultRole pFilterQueryLanguage pFilterQuery pOperationTimeout pContinueOnError pMaxObjectCount
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath pAssocClass pResultClass pRole pResultRole pIncludeClassOrigin pPropertyList pFilterQueryLanguage pFilterQuery pOperationTimeout pContinueOnError pMaxObjectCount
Returns: Element OpenAssociatorInstances_request
Throws: WBEMException
Parameters: pDoc pPath pFilterQueryLanguage pFilterQuery pOperationTimeout pContinueOnError pMaxObjectCount
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath pPropertyList pIncludeClassOrigin pDeepInheritance pFilterQueryLanguage pFilterQuery pOperationTimeout pContinueOnError pMaxObjectCount
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath pFilterQuery pFilterQueryLanguage pReturnQueryResultClass pOperationTimeout pContinueOnError pMaxObjectCount pQueryResultClass
Returns: Element OpenQueryInstances_request
Throws: WBEMException
Parameters: pDoc pPath pResultClass pRole pFilterQueryLanguage pFilterQuery pOperationTimeout pContinueOnError pMaxObjectCount
Returns: Element referencePaths_request
Throws: WBEMException
Parameters: pDoc pPath pResultClass pRole pIncludeClassOrigin pPropertyList pFilterQueryLanguage pFilterQuery pOperationTimeout pContinueOnError pMaxObjectCount
Returns: Element references_request
Throws: WBEMException
Parameters: pIS
Returns: Document
Throws: IOException SAXException
Parameters: pDoc pOperations
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath pContext pMaxObjectCount
Returns: Element PullInstancePaths
Throws: WBEMException
Parameters: pDoc pPath pContext pMaxObjectCount
Returns: Element PullInstancesWithPath_request
Throws: WBEMException
Parameters: pDoc pPath pContext pMaxObjectCount
Returns: Element PullInstances_request
Throws: WBEMException
Parameters: pDoc pPath pResultClass pRole pIncludeQualifiers pIncludeClassOrigin pPropertyList
Returns: Element
Throws: WBEMException
Parameters: pDoc pPath pResultClass pRole pIncludeClassOrigin pPropertyList
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