org.sblim.cimclient.internal.cimxml.sax.node

Class IMethodResponseNode

public class IMethodResponseNode extends Node implements ErrorIf, RetValPipeIf, NonVolatileIf

Class IMethodResponseNode is responsible for
Constructor Summary
IMethodResponseNode()
Ctor.
Method Summary
voidaddChild(Node pChild)
CIMArgument<?>[]getCIMArguments()
getCIMArguments : returns the array of parsed parameters and their values : String name, CIMDataType type, Object value
CIMErrorgetCIMError()
StringgetName()
getName
intgetReturnValueCount()
ObjectreadReturnValue()

Constructor Detail

IMethodResponseNode

public IMethodResponseNode()
Ctor.

Method Detail

addChild

public void addChild(Node pChild)

getCIMArguments

public CIMArgument<?>[] getCIMArguments()
getCIMArguments : returns the array of parsed parameters and their values : String name, CIMDataType type, Object value

Returns: CIMArgument[]

getCIMError

public CIMError getCIMError()

getName

public String getName()
getName

Returns: String

getReturnValueCount

public int getReturnValueCount()

readReturnValue

public Object readReturnValue()
Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.