X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fws%2Fclient%2FWSTester.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fws%2Fclient%2FWSTester.html;h=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=72bca28c2dc4fd0123b057926ad7c30a52d919f8;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/ws/client/WSTester.html b/website/full_javadoc/compbio/ws/client/WSTester.html deleted file mode 100644 index 72bca28..0000000 --- a/website/full_javadoc/compbio/ws/client/WSTester.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - -WSTester - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -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(String hostname, - PrintWriter writer) - -
-          Construct an instance of JABAWS tester
-  - - - - - - - - - - - - - - - -
-Method Summary
- booleancheckService(Services service) - -
-          Test JABA web service
-static - - - - -
-<T> void
-
main(String[] args) - -
-          Test JWS2 web services
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-WSTester

-
-public WSTester(String hostname,
-                PrintWriter writer)
-
-
Construct an instance of JABAWS tester -

-

-
Parameters:
hostname - - fully qualified host and context name of JABAWS e.g. - http://nanna.cluster.lifesci.dundee.ac.uk:8080/jaba
writer - a PrintWriter instance to writer test log to.
-
- - - - - - - - -
-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
-
-
-
- -

-checkService

-
-public boolean checkService(Services service)
-                     throws ConnectException,
-                            WebServiceException
-
-
Test JABA web service -

-

-
Parameters:
service - the service to test -
Returns:
true if the service works as expected, false otherwise -
Throws: -
WebServiceException -
ConnectException
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -