Class SAXHelper
java.lang.Object
org.sblim.cimclient.internal.cimxml.sax.SAXHelper
Class SAXHelper stores methods to help high level CIM-XML pull and SAX
parsing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Object
parseInvokeMethodResponse
(InputStreamReader pIs, CIMArgument<?>[] pOutArgs, CIMObjectPath pDefPath) parseInvokeMethodResponse
-
Constructor Details
-
SAXHelper
public SAXHelper()
-
-
Method Details
-
parseInvokeMethodResponse
public static Object parseInvokeMethodResponse(InputStreamReader pIs, CIMArgument<?>[] pOutArgs, CIMObjectPath pDefPath) throws Exception parseInvokeMethodResponse- Parameters:
pIs
-pOutArgs
-pDefPath
-- Returns:
- Object, any kind of JSR48 value class
- Throws:
Exception
-