Class CIMClientXML_HelperImpl

java.lang.Object
org.sblim.cimclient.internal.cimxml.CIMClientXML_HelperImpl

public class CIMClientXML_HelperImpl extends java.lang.Object
Class CIMClientXML_HelperImpl is responsible for building CIM-XML requests and responses.
  • Constructor Details

    • CIMClientXML_HelperImpl

      public CIMClientXML_HelperImpl() throws javax.xml.parsers.ParserConfigurationException
      Ctor.
      Throws:
      javax.xml.parsers.ParserConfigurationException
  • Method Details

    • getDocumentBuilder

      public javax.xml.parsers.DocumentBuilder getDocumentBuilder()
      getDocumentBuilder
      Returns:
      DocumentBuilder
    • newDocument

      public org.w3c.dom.Document newDocument()
      newDocument
      Returns:
      Document
    • parse

      public org.w3c.dom.Document parse(org.xml.sax.InputSource pIS) throws java.io.IOException, org.xml.sax.SAXException
      parse
      Parameters:
      pIS -
      Returns:
      Document
      Throws:
      java.io.IOException
      org.xml.sax.SAXException
    • serialize

      public static void serialize(java.io.OutputStream pOS, org.w3c.dom.Document pDoc) throws java.io.IOException
      Serializes a given DOM document as (CIM-)XML to a given output stream
      Parameters:
      pOS - The output stream
      pDoc - The documents
      Throws:
      java.io.IOException - Whenever something goes wrong
    • dumpDocument

      public static void dumpDocument(java.io.OutputStream pOS, org.w3c.dom.Document pDoc) throws java.io.IOException
      Serializes a given DOM document as (CIM-)XML to a given output stream. The document is pretty wrapped and indented and surrounded with markers for the begin and end.
      Parameters:
      pOS - The output stream
      pDoc - The documents
      Throws:
      java.io.IOException
    • dumpDocument

      public static void dumpDocument(java.io.OutputStream pOS, org.w3c.dom.Document pDoc, java.lang.String pOrigin) throws java.io.IOException
      Serializes a given DOM document as (CIM-)XML to a given output stream. The document is pretty wrapped and indented and surrounded with markers for the begin and end.
      Parameters:
      pOS - The output stream
      pDoc - The documents
      pOrigin - The origin of the output stream (request, indication response, etc.)
      Throws:
      java.io.IOException
    • createCIMMessage

      public org.w3c.dom.Element createCIMMessage(org.w3c.dom.Document pDoc, org.w3c.dom.Element pRequestE)
      createCIMMessage
      Parameters:
      pDoc -
      pRequestE -
      Returns:
      Element
    • createMultiReq

      public org.w3c.dom.Element createMultiReq(org.w3c.dom.Document pDoc)
      createMultiReq
      Parameters:
      pDoc -
      Returns:
      Element
    • associatorNames_request

      public org.w3c.dom.Element associatorNames_request(org.w3c.dom.Document pDoc, CIMObjectPath pObjectName, java.lang.String pAssocClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole) throws WBEMException
      associatorNames_request
      Parameters:
      pDoc -
      pObjectName -
      pAssocClass -
      pResultClass -
      pRole -
      pResultRole -
      Returns:
      Element
      Throws:
      WBEMException
    • associatorNames_response

      public static org.w3c.dom.Element associatorNames_response(org.w3c.dom.Document pDoc, CIMObjectPath[] pPathA)
      associatorNames_response
      Parameters:
      pDoc -
      pPathA -
      Returns:
      Element
    • associatorInstances_request

      public org.w3c.dom.Element associatorInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pObjectName, java.lang.String pAssocClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
      associatorInstances_request
      Parameters:
      pDoc -
      pObjectName -
      pAssocClass -
      pResultClass -
      pRole -
      pResultRole -
      pIncludeClassOrigin -
      pPropertyList -
      Returns:
      Element
      Throws:
      WBEMException
    • associatorClasses_request

      public org.w3c.dom.Element associatorClasses_request(org.w3c.dom.Document pDoc, CIMObjectPath pObjectName, java.lang.String pAssocClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
      associatorClasses_request
      Parameters:
      pDoc -
      pObjectName -
      pAssocClass -
      pResultClass -
      pRole -
      pResultRole -
      pIncludeQualifiers -
      pIncludeClassOrigin -
      pPropertyList -
      Returns:
      Element
      Throws:
      WBEMException
    • associators_request

      public org.w3c.dom.Element associators_request(org.w3c.dom.Document pDoc, CIMObjectPath pObjectName, java.lang.String pAssocClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
      associators_request
      Parameters:
      pDoc -
      pObjectName -
      pAssocClass -
      pResultClass -
      pRole -
      pResultRole -
      pIncludeQualifiers -
      pIncludeClassOrigin -
      pPropertyList -
      Returns:
      Element
      Throws:
      WBEMException
    • associators_response

      public static org.w3c.dom.Element associators_response(org.w3c.dom.Document pDoc, CIMNamedElementInterface[] pNamedElementA)
      associators_response
      Parameters:
      pDoc -
      pNamedElementA -
      Returns:
      Element
    • enumerateInstanceNames_request

      public org.w3c.dom.Element enumerateInstanceNames_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath) throws WBEMException
      enumerateInstanceNames_request
      Parameters:
      pDoc -
      pPath -
      Returns:
      Element
      Throws:
      WBEMException
    • enumerateInstances_request

      public org.w3c.dom.Element enumerateInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
      enumerateInstances_request
      Parameters:
      pDoc -
      pPath -
      pDeepInheritance -
      pLocalOnly -
      pIncludeQualifiers -
      pIncludeClassOrigin -
      pPropertyList -
      Returns:
      Element
      Throws:
      WBEMException
    • getInstance_request

      public org.w3c.dom.Element getInstance_request(org.w3c.dom.Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
      getInstance_request
      Parameters:
      pDoc -
      pName -
      pLocalOnly -
      pIncludeQualifiers -
      pIncludeClassOrigin -
      pPropertyList -
      Returns:
      Element
      Throws:
      WBEMException
    • deleteInstance_request

      public org.w3c.dom.Element deleteInstance_request(org.w3c.dom.Document pDoc, CIMObjectPath pName) throws WBEMException
      deleteInstance_request
      Parameters:
      pDoc -
      pName -
      Returns:
      Element
      Throws:
      WBEMException
    • getClass_request

      public org.w3c.dom.Element getClass_request(org.w3c.dom.Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
      getClass_request
      Parameters:
      pDoc -
      pName -
      pLocalOnly -
      pIncludeQualifiers -
      pIncludeClassOrigin -
      pPropertyList -
      Returns:
      Element
      Throws:
      WBEMException
    • createInstance_request

      public org.w3c.dom.Element createInstance_request(org.w3c.dom.Document pDoc, CIMObjectPath pName, CIMInstance pInstance) throws WBEMException
      createInstance_request
      Parameters:
      pDoc -
      pName -
      pInstance -
      Returns:
      Element
      Throws:
      WBEMException
    • invokeMethod_request

      public org.w3c.dom.Element invokeMethod_request(org.w3c.dom.Document pDoc, CIMObjectPath pLocalPath, java.lang.String pMethodName, CIMArgument<?>[] pInArgs) throws WBEMException
      invokeMethod_request
      Parameters:
      pDoc -
      pLocalPath -
      pMethodName -
      pInArgs -
      Returns:
      Element
      Throws:
      WBEMException
    • invokeMethod_response

      public static org.w3c.dom.Element invokeMethod_response(org.w3c.dom.Document pDoc, java.lang.String pMethodName, CIMObjectPath pLocalPath, java.lang.Object pRetVal, CIMArgument<?>[] pOutArgA) throws WBEMException
      invokeMethod_response
      Parameters:
      pDoc -
      pMethodName -
      pLocalPath -
      pRetVal -
      pOutArgA -
      Returns:
      Element
      Throws:
      WBEMException
    • createIndication_response

      public org.w3c.dom.Document createIndication_response(CIMError error)
      createIndication_response
      Parameters:
      error -
      Returns:
      Document
    • createClass_request

      public org.w3c.dom.Element createClass_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMClass pClass) throws WBEMException
      createClass_request
      Parameters:
      pDoc -
      pPath -
      pClass -
      Returns:
      Element
      Throws:
      WBEMException
    • getQualifier_request

      public org.w3c.dom.Element getQualifier_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pQt) throws WBEMException
      getQualifier_request
      Parameters:
      pDoc -
      pPath -
      pQt -
      Returns:
      Element
      Throws:
      WBEMException
    • createQualifierType_request

      public org.w3c.dom.Element createQualifierType_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt) throws WBEMException
      createQualifierType_request : This has been replaced by setQualifierType_request
      Parameters:
      pDoc -
      pPath -
      pQt -
      Returns:
      Element
      Throws:
      WBEMException
    • deleteClass_request

      public org.w3c.dom.Element deleteClass_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath) throws WBEMException
      deleteClass_request
      Parameters:
      pDoc -
      pPath -
      Returns:
      Element
      Throws:
      WBEMException
    • deleteQualifierType_request

      public org.w3c.dom.Element deleteQualifierType_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath) throws WBEMException
      deleteQualifierType_request
      Parameters:
      pDoc -
      pPath -
      Returns:
      Element
      Throws:
      WBEMException
    • enumerateClasses_request

      public org.w3c.dom.Element enumerateClasses_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
      enumerateClasses_request
      Parameters:
      pDoc -
      pPath -
      pDeepInheritance -
      pLocalOnly -
      pIncludeQualifiers -
      pIncludeClassOrigin -
      Returns:
      Element
    • enumerateClasses_response

      public static org.w3c.dom.Element enumerateClasses_response(org.w3c.dom.Document pDoc, CIMClass[] pClA)
      enumerateClasses_response
      Parameters:
      pDoc -
      pClA -
      Returns:
      Element
    • enumerateInstances_response

      public static org.w3c.dom.Element enumerateInstances_response(org.w3c.dom.Document pDoc, CIMInstance[] pInstA)
      enumerateInstances_response
      Parameters:
      pDoc -
      pInstA -
      Returns:
      Element
    • enumerateClassNames_request

      public org.w3c.dom.Element enumerateClassNames_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance)
      enumerateClassNames_request
      Parameters:
      pDoc -
      pPath -
      pDeepInheritance -
      Returns:
      Element
    • getProperty_request

      public org.w3c.dom.Element getProperty_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pPropertyName) throws WBEMException
      getProperty_request
      Parameters:
      pDoc -
      pPath -
      pPropertyName -
      Returns:
      Element
      Throws:
      WBEMException
    • referenceNames_request

      public org.w3c.dom.Element referenceNames_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole) throws WBEMException
      referenceNames_request
      Parameters:
      pDoc -
      pPath -
      pResultClass -
      pRole -
      Returns:
      Element
      Throws:
      WBEMException
    • referenceClasses_request

      public org.w3c.dom.Element referenceClasses_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
      referenceClasses_request
      Parameters:
      pDoc -
      pPath -
      pResultClass -
      pRole -
      pIncludeQualifiers -
      pIncludeClassOrigin -
      pPropertyList -
      Returns:
      Element
      Throws:
      WBEMException
    • referenceInstances_request

      public org.w3c.dom.Element referenceInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
      referenceInstances_request
      Parameters:
      pDoc -
      pPath -
      pResultClass -
      pRole -
      pIncludeClassOrigin -
      pPropertyList -
      Returns:
      Element
      Throws:
      WBEMException
    • references_request

      public org.w3c.dom.Element references_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList) throws WBEMException
      references_request
      Parameters:
      pDoc -
      pPath -
      pResultClass -
      pRole -
      pIncludeQualifiers -
      pIncludeClassOrigin -
      pPropertyList -
      Returns:
      Element
      Throws:
      WBEMException
    • setClass_request

      public org.w3c.dom.Element setClass_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMClass pClass) throws WBEMException
      setClass_request
      Parameters:
      pDoc -
      pPath -
      pClass -
      Returns:
      Element
      Throws:
      WBEMException
    • setInstance_request

      public org.w3c.dom.Element setInstance_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, java.lang.String[] pPropertyList) throws WBEMException
      setInstance_request
      Parameters:
      pDoc -
      pPath -
      pInstance -
      pIncludeQualifiers -
      pPropertyList -
      Returns:
      Element
      Throws:
      WBEMException
    • setProperty_request

      public org.w3c.dom.Element setProperty_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pPropertyName, java.lang.Object pNewValue) throws WBEMException
      setProperty_request
      Parameters:
      pDoc -
      pPath -
      pPropertyName -
      pNewValue -
      Returns:
      Element
      Throws:
      WBEMException
    • setQualifierType_request

      public org.w3c.dom.Element setQualifierType_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt) throws WBEMException
      setQualifierType_request
      Parameters:
      pDoc -
      pPath -
      pQt -
      Returns:
      Element
      Throws:
      WBEMException
    • enumQualifierTypes_request

      public org.w3c.dom.Element enumQualifierTypes_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath) throws WBEMException
      enumQualifierTypes_request
      Parameters:
      pDoc -
      pPath -
      Returns:
      Element
      Throws:
      WBEMException
    • enumQualifierTypes_response

      public static org.w3c.dom.Element enumQualifierTypes_response(org.w3c.dom.Document pDoc, CIMQualifierType<?>[] pQualiTypeA) throws WBEMException
      enumQualifierTypes_response
      Parameters:
      pDoc -
      pQualiTypeA -
      Returns:
      Element
      Throws:
      WBEMException
    • execQuery_request

      public org.w3c.dom.Element execQuery_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pQuery, java.lang.String pQueryLanguage)
      execQuery_request
      Parameters:
      pDoc -
      pPath -
      pQuery -
      pQueryLanguage -
      Returns:
      Element
    • performBatchOperation_request

      public org.w3c.dom.Element performBatchOperation_request(org.w3c.dom.Document pDoc, java.util.Vector<CIMOperation> pOperations) throws WBEMException
      performBatchOperation_request
      Parameters:
      pDoc -
      pOperations -
      Returns:
      Element
      Throws:
      WBEMException
    • setId

      public void setId(int pId)
      Sets the message id counter to a given value. For use in units tests only.
      Parameters:
      pId - The new value
    • OpenAssociatorInstancePaths_request

      public org.w3c.dom.Element OpenAssociatorInstancePaths_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pAssocClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
      pAssociatorPaths_request
      Parameters:
      pDoc -
      pPath -
      pAssocClass -
      pResultClass -
      pRole -
      pResultRole -
      pFilterQueryLanguage -
      pFilterQuery -
      pOperationTimeout -
      pContinueOnError -
      pMaxObjectCount -
      Returns:
      Element
      Throws:
      WBEMException
    • OpenAssociatorInstances_request

      public org.w3c.dom.Element OpenAssociatorInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pAssocClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
      OpenAssociatorInstances_request
      Parameters:
      pDoc -
      pPath -
      pAssocClass -
      pResultClass -
      pRole -
      pResultRole -
      pIncludeClassOrigin -
      pPropertyList -
      pFilterQueryLanguage -
      pFilterQuery -
      pOperationTimeout -
      pContinueOnError -
      pMaxObjectCount -
      Returns:
      Element OpenAssociatorInstances_request
      Throws:
      WBEMException
    • OpenEnumerateInstancePaths_request

      public org.w3c.dom.Element OpenEnumerateInstancePaths_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
      OpenEnumerateInstancePaths_request
      Parameters:
      pDoc -
      pPath -
      pFilterQueryLanguage -
      pFilterQuery -
      pOperationTimeout -
      pContinueOnError -
      pMaxObjectCount -
      Returns:
      Element
      Throws:
      WBEMException
    • OpenEnumerateInstances_request

      public org.w3c.dom.Element OpenEnumerateInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
      OpenEnumerateInstances_request
      Parameters:
      pDoc -
      pPath -
      pPropertyList -
      pIncludeClassOrigin -
      pDeepInheritance -
      pFilterQueryLanguage -
      pFilterQuery -
      pOperationTimeout -
      pContinueOnError -
      pMaxObjectCount -
      Returns:
      Element
      Throws:
      WBEMException
    • EnumerationCount_request

      public org.w3c.dom.Element EnumerationCount_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pEnumerationContext) throws WBEMException
      EnumerationCount_request
      Parameters:
      pDoc -
      pPath -
      pEnumerationContext -
      Returns:
      Element
      Throws:
      WBEMException
    • CloseEnumeration_request

      public org.w3c.dom.Element CloseEnumeration_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pEnumerationContext) throws WBEMException
      CloseEnumeration_request
      Parameters:
      pDoc -
      pPath -
      pEnumerationContext -
      Returns:
      Element
      Throws:
      WBEMException
    • OpenReferenceInstancePaths_request

      public org.w3c.dom.Element OpenReferenceInstancePaths_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
      referencePaths_request
      Parameters:
      pDoc -
      pPath -
      pResultClass -
      pRole -
      pFilterQueryLanguage -
      pFilterQuery -
      pOperationTimeout -
      pContinueOnError -
      pMaxObjectCount -
      Returns:
      Element referencePaths_request
      Throws:
      WBEMException
    • OpenReferenceInstances_request

      public org.w3c.dom.Element OpenReferenceInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
      references_request
      Parameters:
      pDoc -
      pPath -
      pResultClass -
      pRole -
      pIncludeClassOrigin -
      pPropertyList -
      pFilterQueryLanguage -
      pFilterQuery -
      pOperationTimeout -
      pContinueOnError -
      pMaxObjectCount -
      Returns:
      Element references_request
      Throws:
      WBEMException
    • OpenQueryInstances_request

      public org.w3c.dom.Element OpenQueryInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pFilterQuery, java.lang.String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount, CIMClass pQueryResultClass) throws WBEMException
      OpenQueryInstances_request
      Parameters:
      pDoc -
      pPath -
      pFilterQuery -
      pFilterQueryLanguage -
      pReturnQueryResultClass -
      pOperationTimeout -
      pContinueOnError -
      pMaxObjectCount -
      pQueryResultClass -
      Returns:
      Element OpenQueryInstances_request
      Throws:
      WBEMException
    • PullInstancesWithPath_request

      public org.w3c.dom.Element PullInstancesWithPath_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pContext, UnsignedInteger32 pMaxObjectCount) throws WBEMException
      PullInstancesWithPath_request
      Parameters:
      pDoc -
      pPath -
      pContext -
      pMaxObjectCount -
      Returns:
      Element PullInstancesWithPath_request
      Throws:
      WBEMException
    • PullInstancePaths_request

      public org.w3c.dom.Element PullInstancePaths_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pContext, UnsignedInteger32 pMaxObjectCount) throws WBEMException
      PullInstancePaths_request
      Parameters:
      pDoc -
      pPath -
      pContext -
      pMaxObjectCount -
      Returns:
      Element PullInstancePaths
      Throws:
      WBEMException
    • PullInstances_request

      public org.w3c.dom.Element PullInstances_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, java.lang.String pContext, UnsignedInteger32 pMaxObjectCount) throws WBEMException
      PullInstances_request
      Parameters:
      pDoc -
      pPath -
      pContext -
      pMaxObjectCount -
      Returns:
      Element PullInstances_request
      Throws:
      WBEMException
    • sendIndication_request

      public org.w3c.dom.Element sendIndication_request(org.w3c.dom.Document pDoc, CIMInstance pIndication) throws WBEMException
      sendIndication_request
      Parameters:
      pDoc -
      pIndication -
      Returns:
      Element sendIndication_request
      Throws:
      WBEMException