TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.testgen.http
Class TRCPacketNodeHandler

java.lang.Object
  extended byorg.eclipse.hyades.execution.testgen.http.TRCNodeHandler
      extended byorg.eclipse.hyades.execution.testgen.http.TRCPacketNodeHandler
All Implemented Interfaces:
ITRCNodeHandler

Deprecated. should not be public API. Will be changed to internal in TPTP 5.

public class TRCPacketNodeHandler
extends TRCNodeHandler
implements ITRCNodeHandler


Field Summary
 
Fields inherited from class org.eclipse.hyades.execution.testgen.http.TRCNodeHandler
context
 
Constructor Summary
TRCPacketNodeHandler()
          Deprecated.  
 
Method Summary
 void init(TRCContext context)
          Deprecated.  
 void node(TRCNode node)
          Deprecated.  
 
Methods inherited from class org.eclipse.hyades.execution.testgen.http.TRCNodeHandler
dumpElementAttributes, dumpElementContent, dumpElementName, dumpFirstOrderSection, dumpSecondOrderSection, dumpVertexElementName, getAttributeValue, getSubNode, getSubNodeList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TRCPacketNodeHandler

public TRCPacketNodeHandler()
Deprecated. 
Method Detail

init

public void init(TRCContext context)
          throws TestgenException
Deprecated. 
Specified by:
init in interface ITRCNodeHandler
Overrides:
init in class TRCNodeHandler
Throws:
TestgenException

node

public void node(TRCNode node)
          throws TestgenException
Deprecated. 
Specified by:
node in interface ITRCNodeHandler
Overrides:
node in class TRCNodeHandler
Throws:
TestgenException

TPTP 4.3.0 Testing Tools Project
Public API Specification