Uses of Interface
org.sblim.cimclient.internal.cimxml.sax.node.RetValPipeIf

Packages that use RetValPipeIf
org.sblim.cimclient.internal.cimxml.sax.node Internal implementation of the SAX parser for cim-xml. 
 

Uses of RetValPipeIf in org.sblim.cimclient.internal.cimxml.sax.node
 

Classes in org.sblim.cimclient.internal.cimxml.sax.node that implement RetValPipeIf
 class AbstractSimpleRspNode
          Class AbstractSimpleRspNode is the superclass of SimpleExpRspNode and SimpleRspNode classes.
 class ExpMethodResponseNode
           ELEMENT EXPMETHODRESPONSE (ERROR|IRETURNVALUE?) ATTLIST EXPMETHODRESPONSE %CIMName;
 class IMethodResponseNode
          Class IMethodResponseNode is responsible for
 class IReturnValueNode
           ELEMENT IRETURNVALUE ( CLASSNAME* | INSTANCENAME* | VALUE* | VALUE.OBJECTWITHPATH* | VALUE.OBJECTWITHLOCALPATH* | VALUE.OBJECT* | OBJECTPATH* | QUALIFIER.DECLARATION* | VALUE.ARRAY? | VALUE.REFERENCE? | CLASS* | INSTANCE* | VALUE.NAMEDINSTANCE* )
 class MethodResponseNode
           ELEMENT METHODRESPONSE (ERROR|(RETURNVALUE?,PARAMVALUE*)) ATTLIST METHODRESPONSE %CIMName;
 class SimpleExpRspNode
           ELEMENT SIMPLEEXPRSP (EXPMETHODRESPONSE) ELEMENT EXPMETHODRESPONSE (ERROR|IRETURNVALUE?)
 class SimpleRspNode
           ELEMENT SIMPLERSP (METHODRESPONSE | IMETHODRESPONSE | SIMPLEREQACK) ELEMENT METHODRESPONSE (ERROR|(RETURNVALUE?,PARAMVALUE*)) ELEMENT IMETHODRESPONSE (ERROR|IRETURNVALUE?) *
 



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