public class Tester
extends java.lang.Object
NOTE: this implementation localizes the response from the NDR and thereby throws out all namespace information. This may be too simplistic, since the NDR responses make heavy use of namespaces to avoid element naming colisions.
$Id $
Constructor and Description |
---|
Tester() |
Modifier and Type | Method and Description |
---|---|
static void |
agentReader() |
static void |
aggregatorReaderTester() |
static void |
main(java.lang.String[] args) |
protected static void |
pp(org.dom4j.Node node)
Prints a dom4j.Node as formatted string.
|
static void |
setDebug(boolean bool)
Sets the debug attribute of the NdrObjectReader class
|
public static void aggregatorReaderTester() throws java.lang.Exception
java.lang.Exception
public static void agentReader() throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static void setDebug(boolean bool)
bool
- The new debug valueprotected static void pp(org.dom4j.Node node)
node
- NOT YET DOCUMENTED