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

Class ExpMethodResponseNode

public class ExpMethodResponseNode extends Node implements ErrorIf, RetValPipeIf, NonVolatileIf

 ELEMENT EXPMETHODRESPONSE (ERROR|IRETURNVALUE?)
 ATTLIST EXPMETHODRESPONSE
   %CIMName;
 
Constructor Summary
ExpMethodResponseNode()
Ctor.
Method Summary
voidaddChild(Node pChild)
CIMErrorgetCIMError()
StringgetName()
getName
intgetReturnValueCount()
ObjectreadReturnValue()

Constructor Detail

ExpMethodResponseNode

public ExpMethodResponseNode()
Ctor.

Method Detail

addChild

public void addChild(Node pChild)

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.