Uses of Class
org.sblim.cimclient.internal.cimxml.sax.node.AbstractMessageNode

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

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

Subclasses of AbstractMessageNode in org.sblim.cimclient.internal.cimxml.sax.node
 class AbstractMultiRspNode
          Class AbstractMultiRspNode is superclass of MultiRsp style Node classes.
 class AbstractResponseNode
          Class AbstractResponseNode is superclass of AbstractMulitRspNode and AbstractSimpleRspNode classes.
 class AbstractSimpleRspNode
          Class AbstractSimpleRspNode is the superclass of SimpleExpRspNode and SimpleRspNode classes.
 class MultiExpReqNode
          ELEMENT MULTIEXPREQ (SIMPLEEXPREQ, SIMPLEEXPREQ+)
 class MultiExpRspNode
          ELEMENT MULTIEXPRSP (SIMPLEEXPRSP, SIMPLEEXPRSP+)
 class MultiReqNode
          ELEMENT MULTIREQ (SIMPLEREQ, SIMPLEREQ+)
 class MultiRspNode
          ELEMENT MULTIRSP (SIMPLERSP, SIMPLERSP+)
 class SimpleExpReqNode
          ELEMENT SIMPLEEXPREQ (CORRELATOR*, EXPMETHODCALL)
 class SimpleExpRspNode
           ELEMENT SIMPLEEXPRSP (EXPMETHODRESPONSE) ELEMENT EXPMETHODRESPONSE (ERROR|IRETURNVALUE?)
 class SimpleReqNode
          ELEMENT SIMPLEREQ (CORRELATOR*, (METHODCALL | IMETHODCALL))
 class SimpleRspNode
           ELEMENT SIMPLERSP (METHODRESPONSE | IMETHODRESPONSE) ELEMENT METHODRESPONSE (ERROR|(RETURNVALUE?,PARAMVALUE*)) ELEMENT IMETHODRESPONSE (ERROR|IRETURNVALUE?) *
 

Methods in org.sblim.cimclient.internal.cimxml.sax.node that return AbstractMessageNode
 AbstractMessageNode MessageNode.getAbstractMessageNode()
          getAbstractMessageNode
 



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