compbio.ws.client
Class WSTester

java.lang.Object
  extended by compbio.ws.client.WSTester

public class WSTester
extends Object

Class for testing web services

Version:
1.0 February 2010
Author:
pvtroshin

Constructor Summary
WSTester()
           
 
Method Summary
static
<T> void
main(String[] args)
          Test JWS2 web services
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSTester

public WSTester()
Method Detail

main

public static <T> void main(String[] args)
                 throws IOException
Test JWS2 web services

Type Parameters:
T - web service type
Parameters:
args - -h= -s= which is optional. If service name is not provided then all known JWS2 web services are tested
Throws:
IOException