Class LNISmokeTest

java.lang.Object
  extended by LNISmokeTest

public class LNISmokeTest
extends Object

Very simple test program for DSpace Lightweight Network Interface (LNI).

This will test and demonstrate the LNI's SOAP API and some WebDAV operations. It was written as a simple "smoke" test for the LNI to exercise basic features in a simple way, and to serve as a coding example. Example: (SOAP endpoint is http://mydspace.edu/dspace-lni/DSpaceLNI ) /dspace/bin/dsrun LNISmokeTest \ -e http://user:passwd@mydsapce.edu/dspace-lni/DSpaceLNI \ -f 123.45/67

Version:
$Revision$
Author:
Larry Stone

Constructor Summary
LNISmokeTest()
           
 
Method Summary
static void main(String[] argv)
          Execute command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LNISmokeTest

public LNISmokeTest()
Method Detail

main

public static void main(String[] argv)
                 throws Exception
Execute command line. See Usage string for options and arguments.

Parameters:
argv - the argv
Throws:
Exception - the exception


Copyright © 2008 The DSpace Foundation. All Rights Reserved.