MemcachedSOAP
Class MemcachedSOAPTest

java.lang.Object
  extended by MemcachedSOAP.MemcachedSOAPTest

public class MemcachedSOAPTest
extends java.lang.Object

A sample test class for the Java MemcachedSOAPClient.

This class is used to implement a MemcachedSOAPClient and try to call some basic operations on the distant webservice. Basicaly, it just creates a fake session and tries to recover it.

This is Open Source software released under the GNU/GPL license.
It is provided "as is" without warranty of any kind.
Copyright 2007: Nicolas Grevet & Younes Mohmoh, France.

Version history:
2007-06-01: first release
2007-06-04: various improvements and fixes.


Constructor Summary
MemcachedSOAPTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemcachedSOAPTest

public MemcachedSOAPTest()
Method Detail

main

public static void main(java.lang.String[] args)