DLESE Tools
v1.6.0

org.dlese.dpc.ndr.test
Class TestNdrRequest

java.lang.Object
  extended by org.dlese.dpc.ndr.test.TestNdrRequest

public class TestNdrRequest
extends Object

NOT YET DOCUMENTED

Version:
$Id: TestNdrRequest.java,v 1.4 2009/03/20 23:33:53 jweather Exp $
Author:
Jonathan Ostwald

Constructor Summary
TestNdrRequest()
           
 
Method Summary
static void main(String[] args)
          The main program for the TestNdrRequest class
protected static void pp(Node node)
          Prints a dom4j.Node as formatted string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNdrRequest

public TestNdrRequest()
Method Detail

main

public static void main(String[] args)
                 throws Exception
The main program for the TestNdrRequest class

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

pp

protected static void pp(Node node)
Prints a dom4j.Node as formatted string.

Parameters:
node - NOT YET DOCUMENTED

DLESE Tools
v1.6.0