Refactored client class to accomodate new WS interface and reduce the complexity
authorpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Fri, 3 Dec 2010 19:03:59 +0000 (19:03 +0000)
committerpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Fri, 3 Dec 2010 19:03:59 +0000 (19:03 +0000)
commit6e1c873d0879f462b1fb1a1efa444cf993a9e76a
tree2a3807bc6afc60caed36e308627bb7f78cec427e
parent155c54f57e446b02c7b451987067aae69c0d49a3
Refactored client class to accomodate new WS interface and reduce the complexity

git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@3428 e3abac25-378b-4346-85de-24260fe3988d
webservices/compbio/data/msa/Annotation.java
webservices/compbio/data/msa/JABAService.java [new file with mode: 0644]
webservices/compbio/data/msa/MsaWS.java
webservices/compbio/ws/client/CmdHelper.java [new file with mode: 0644]
webservices/compbio/ws/client/Constraints.java [new file with mode: 0644]
webservices/compbio/ws/client/IOHelper.java [new file with mode: 0644]
webservices/compbio/ws/client/Jws2Client.java
webservices/compbio/ws/client/MetadataHelper.java [new file with mode: 0644]
webservices/compbio/ws/client/Services.java
webservices/compbio/ws/client/WSTester.java
webservices/compbio/ws/server/AAConWS.java