public class CIMClientXML_HelperImpl extends Object
| Constructor and Description |
|---|
CIMClientXML_HelperImpl()
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
CloseEnumeration_request(Document pDoc,
CIMObjectPath pPath,
String pEnumerationContext)
CloseEnumeration_request
|
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 |
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 |
EnumerationCount_request(Document pDoc,
CIMObjectPath pPath,
String pEnumerationContext)
EnumerationCount_request
|
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
|
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 |
PullInstances_request(Document pDoc,
CIMObjectPath pPath,
String pContext,
UnsignedInteger32 pMaxObjectCount)
PullInstances_request
|
Element |
PullInstancesWithPath_request(Document pDoc,
CIMObjectPath pPath,
String pContext,
UnsignedInteger32 pMaxObjectCount)
PullInstancesWithPath_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
|
public CIMClientXML_HelperImpl()
throws ParserConfigurationException
ParserConfigurationExceptionpublic DocumentBuilder getDocumentBuilder()
public Document newDocument()
public Document parse(InputSource pIS) throws IOException, SAXException
pIS - IOExceptionSAXExceptionpublic static void serialize(OutputStream pOS, Document pDoc) throws IOException
pOS - The output streampDoc - The documentsIOException - Whenever something goes wrongpublic static void dumpDocument(OutputStream pOS, Document pDoc) throws IOException
pOS - The output streampDoc - The documentsIOExceptionpublic Element createCIMMessage(Document pDoc, Element pRequestE)
pDoc - pRequestE - public Element createMultiReq(Document pDoc)
pDoc - public Element associatorNames_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole) throws WBEMException
pDoc - pObjectName - pAssocClass - pResultClass - pRole - pResultRole - WBEMExceptionpublic static Element associatorNames_response(Document pDoc, CIMObjectPath[] pPathA)
pDoc - pPathA - public Element associatorInstances_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc - pObjectName - pAssocClass - pResultClass - pRole - pResultRole - pIncludeClassOrigin - pPropertyList - WBEMExceptionpublic Element associatorClasses_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc - pObjectName - pAssocClass - pResultClass - pRole - pResultRole - pIncludeQualifiers - pIncludeClassOrigin - pPropertyList - WBEMExceptionpublic Element associators_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc - pObjectName - pAssocClass - pResultClass - pRole - pResultRole - pIncludeQualifiers - pIncludeClassOrigin - pPropertyList - WBEMExceptionpublic static Element associators_response(Document pDoc, CIMNamedElementInterface[] pNamedElementA)
pDoc - pNamedElementA - public Element enumerateInstanceNames_request(Document pDoc, CIMObjectPath pPath) throws WBEMException
pDoc - pPath - WBEMExceptionpublic Element enumerateInstances_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc - pPath - pDeepInheritance - pLocalOnly - pIncludeQualifiers - pIncludeClassOrigin - pPropertyList - WBEMExceptionpublic Element getInstance_request(Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc - pName - pLocalOnly - pIncludeQualifiers - pIncludeClassOrigin - pPropertyList - WBEMExceptionpublic Element deleteInstance_request(Document pDoc, CIMObjectPath pName) throws WBEMException
pDoc - pName - WBEMExceptionpublic Element getClass_request(Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc - pName - pLocalOnly - pIncludeQualifiers - pIncludeClassOrigin - pPropertyList - WBEMExceptionpublic Element createInstance_request(Document pDoc, CIMObjectPath pName, CIMInstance pInstance) throws WBEMException
pDoc - pName - pInstance - WBEMExceptionpublic Element invokeMethod_request(Document pDoc, CIMObjectPath pLocalPath, String pMethodName, CIMArgument<?>[] pInArgs) throws WBEMException
pDoc - pLocalPath - pMethodName - pInArgs - WBEMExceptionpublic static Element invokeMethod_response(Document pDoc, String pMethodName, CIMObjectPath pLocalPath, Object pRetVal, CIMArgument<?>[] pOutArgA) throws WBEMException
pDoc - pMethodName - pLocalPath - pRetVal - pOutArgA - WBEMExceptionpublic Document createIndication_response(CIMError error)
error - public Element createClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass) throws WBEMException
pDoc - pPath - pClass - WBEMExceptionpublic Element getQualifier_request(Document pDoc, CIMObjectPath pPath, String pQt) throws WBEMException
pDoc - pPath - pQt - WBEMExceptionpublic Element createQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt) throws WBEMException
pDoc - pPath - pQt - WBEMExceptionpublic Element deleteClass_request(Document pDoc, CIMObjectPath pPath) throws WBEMException
pDoc - pPath - WBEMExceptionpublic Element deleteQualifierType_request(Document pDoc, CIMObjectPath pPath) throws WBEMException
pDoc - pPath - WBEMExceptionpublic Element enumerateClasses_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
pDoc - pPath - pDeepInheritance - pLocalOnly - pIncludeQualifiers - pIncludeClassOrigin - public static Element enumerateClasses_response(Document pDoc, CIMClass[] pClA)
pDoc - pClA - public static Element enumerateInstances_response(Document pDoc, CIMInstance[] pInstA)
pDoc - pInstA - public Element enumerateClassNames_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance)
pDoc - pPath - pDeepInheritance - public Element getProperty_request(Document pDoc, CIMObjectPath pPath, String pPropertyName) throws WBEMException
pDoc - pPath - pPropertyName - WBEMExceptionpublic Element referenceNames_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole) throws WBEMException
pDoc - pPath - pResultClass - pRole - WBEMExceptionpublic Element referenceClasses_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc - pPath - pResultClass - pRole - pIncludeQualifiers - pIncludeClassOrigin - pPropertyList - WBEMExceptionpublic Element referenceInstances_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc - pPath - pResultClass - pRole - pIncludeClassOrigin - pPropertyList - WBEMExceptionpublic Element references_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc - pPath - pResultClass - pRole - pIncludeQualifiers - pIncludeClassOrigin - pPropertyList - WBEMExceptionpublic Element setClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass) throws WBEMException
pDoc - pPath - pClass - WBEMExceptionpublic Element setInstance_request(Document pDoc, CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) throws WBEMException
pDoc - pPath - pInstance - pIncludeQualifiers - pPropertyList - WBEMExceptionpublic Element setProperty_request(Document pDoc, CIMObjectPath pPath, String pPropertyName, Object pNewValue) throws WBEMException
pDoc - pPath - pPropertyName - pNewValue - WBEMExceptionpublic Element setQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt) throws WBEMException
pDoc - pPath - pQt - WBEMExceptionpublic Element enumQualifierTypes_request(Document pDoc, CIMObjectPath pPath) throws WBEMException
pDoc - pPath - WBEMExceptionpublic static Element enumQualifierTypes_response(Document pDoc, CIMQualifierType<?>[] pQualiTypeA) throws WBEMException
pDoc - pQualiTypeA - WBEMExceptionpublic Element execQuery_request(Document pDoc, CIMObjectPath pPath, String pQuery, String pQueryLanguage)
pDoc - pPath - pQuery - pQueryLanguage - public Element performBatchOperation_request(Document pDoc, Vector<CIMOperation> pOperations) throws WBEMException
pDoc - pOperations - WBEMExceptionpublic void setId(int pId)
pId - The new valuepublic 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) throws WBEMException
pDoc - pPath - pAssocClass - pResultClass - pRole - pResultRole - pFilterQueryLanguage - pFilterQuery - pOperationTimeout - pContinueOnError - pMaxObjectCount - WBEMExceptionpublic 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) throws WBEMException
pDoc - pPath - pAssocClass - pResultClass - pRole - pResultRole - pIncludeClassOrigin - pPropertyList - pFilterQueryLanguage - pFilterQuery - pOperationTimeout - pContinueOnError - pMaxObjectCount - WBEMExceptionpublic Element OpenEnumerateInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc - pPath - pFilterQueryLanguage - pFilterQuery - pOperationTimeout - pContinueOnError - pMaxObjectCount - WBEMExceptionpublic Element OpenEnumerateInstances_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc - pPath - pPropertyList - pIncludeClassOrigin - pDeepInheritance - pFilterQueryLanguage - pFilterQuery - pOperationTimeout - pContinueOnError - pMaxObjectCount - WBEMExceptionpublic Element EnumerationCount_request(Document pDoc, CIMObjectPath pPath, String pEnumerationContext) throws WBEMException
pDoc - pPath - pEnumerationContext - WBEMExceptionpublic Element CloseEnumeration_request(Document pDoc, CIMObjectPath pPath, String pEnumerationContext) throws WBEMException
pDoc - pPath - pEnumerationContext - WBEMExceptionpublic Element OpenReferenceInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc - pPath - pResultClass - pRole - pFilterQueryLanguage - pFilterQuery - pOperationTimeout - pContinueOnError - pMaxObjectCount - WBEMExceptionpublic 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) throws WBEMException
pDoc - pPath - pResultClass - pRole - pIncludeClassOrigin - pPropertyList - pFilterQueryLanguage - pFilterQuery - pOperationTimeout - pContinueOnError - pMaxObjectCount - WBEMExceptionpublic Element OpenQueryInstances_request(Document pDoc, CIMObjectPath pPath, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount, CIMClass pQueryResultClass) throws WBEMException
pDoc - pPath - pFilterQuery - pFilterQueryLanguage - pReturnQueryResultClass - pOperationTimeout - pContinueOnError - pMaxObjectCount - pQueryResultClass - WBEMExceptionpublic Element PullInstancesWithPath_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc - pPath - pContext - pMaxObjectCount - WBEMExceptionpublic Element PullInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc - pPath - pContext - pMaxObjectCount - WBEMExceptionpublic Element PullInstances_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc - pPath - pContext - pMaxObjectCount - WBEMExceptionCopyright © 2005, 2012 IBM Corporation. All Rights Reserved.