org.sblim.cimclient.internal.cimxml.sax
Class SAXHelper

java.lang.Object
  extended by org.sblim.cimclient.internal.cimxml.sax.SAXHelper

public class SAXHelper
extends Object

Class SAXHelper stores methods to help high level CIM-XML pull and SAX parsing.


Constructor Summary
SAXHelper()
           
 
Method Summary
static Object parseInvokeMethodResponse(InputStreamReader pIs, CIMArgument<?>[] pOutArgs, CIMObjectPath pDefPath)
          parseInvokeMethodResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXHelper

public SAXHelper()
Method Detail

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


Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.