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