DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class DCSServiceTester

java.lang.Object
  extended by org.dlese.dpc.schemedit.test.DCSServiceTester

public class DCSServiceTester
extends Object

Description of the Class

Author:
ostwald

$Id: DCSServiceTester.java,v 1.4 2009/03/20 23:33:57 jweather Exp $


Constructor Summary
DCSServiceTester(String verb)
          Constructor for the DCSServiceTester object
 
Method Summary
static void main(String[] args)
          The main program for the DCSServiceTester class
 void putADNRecordTest()
          Performs a PutRecord request using file on disk, and invoking the PutRecord service INDIRECTLY (via WebServiceClient doPutRecord).
static void putAdnRecordViaHelper()
           
static void putNewsRecordViaHelper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DCSServiceTester

public DCSServiceTester(String verb)
Constructor for the DCSServiceTester object

Parameters:
verb - Description of the Parameter
Method Detail

putADNRecordTest

public void putADNRecordTest()
Performs a PutRecord request using file on disk, and invoking the PutRecord service INDIRECTLY (via WebServiceClient doPutRecord).


putNewsRecordViaHelper

public static void putNewsRecordViaHelper()

putAdnRecordViaHelper

public static void putAdnRecordViaHelper()

main

public static void main(String[] args)
The main program for the DCSServiceTester class

Parameters:
args - The command line arguments

DLESE Tools
v1.6.0