|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.cimxml.sax.node.Node
org.sblim.cimclient.internal.cimxml.sax.node.AbstractMessageNode
org.sblim.cimclient.internal.cimxml.sax.node.AbstractResponseNode
org.sblim.cimclient.internal.cimxml.sax.node.AbstractSimpleRspNode
public abstract class AbstractSimpleRspNode
Class AbstractSimpleRspNode is the superclass of SimpleExpRspNode and SimpleRspNode classes.
Field Summary |
---|
Constructor Summary | |
---|---|
AbstractSimpleRspNode(java.lang.String pNameEnum)
Ctor. |
Method Summary | |
---|---|
abstract CIMArgument<?>[] |
getCIMArguments()
getCIMArguments |
abstract CIMError |
getCIMError()
getCIMError |
Methods inherited from class org.sblim.cimclient.internal.cimxml.sax.node.AbstractMessageNode |
---|
childParsed |
Methods inherited from class org.sblim.cimclient.internal.cimxml.sax.node.Node |
---|
clearCompleted, duplicatedNode, getArraySize, getBoolAttribute, getCIMName, getCIMType, getCIMType, getClassName, getClassOrigin, getNodeName, getParamType, getPropagated, getQualifierFlavor, getReferenceClass, hasTrueAttribute, illegalChildNodePair, init, isCompleted, parseData, setCompleted, testChild, testCompletness |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.sblim.cimclient.internal.cimxml.sax.node.RetValPipeIf |
---|
getReturnValueCount, readReturnValue |
Methods inherited from interface org.sblim.cimclient.internal.cimxml.sax.node.NonVolatileIf |
---|
addChild |
Constructor Detail |
---|
public AbstractSimpleRspNode(java.lang.String pNameEnum)
pNameEnum
- Method Detail |
---|
public abstract CIMError getCIMError()
ErrorIf
getCIMError
in interface ErrorIf
public abstract CIMArgument<?>[] getCIMArguments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |