Replace Map<String, HashSet<Score>> with ScoreManager and ScoreHolder classes to...
authorpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Wed, 9 Feb 2011 17:17:43 +0000 (17:17 +0000)
committerpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Wed, 9 Feb 2011 17:17:43 +0000 (17:17 +0000)
commit9d860c3793c6812f643caa01fc80a0036fa3fe2b
treeceb7b9022292dcd51e69c40ea3d48eab80ff53ea
parent7e625752237ee07e815bfb28048bb0b1193b45c5
Replace Map<String, HashSet<Score>> with ScoreManager and ScoreHolder classes to compensate for JAXB inability to serialize Maps. Propagate the changes

git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@3731 e3abac25-378b-4346-85de-24260fe3988d
12 files changed:
datamodel/compbio/data/sequence/ScoreManager.java [new file with mode: 0644]
how_to_add_new_webservice.txt
testsrc/compbio/ws/client/AAConWSClientExample.java
testsrc/compbio/ws/client/TestAAConWS.java
webservices/compbio/data/msa/SequenceAnnotation.java
webservices/compbio/ws/client/AAConClient.java
webservices/compbio/ws/client/IOHelper.java
webservices/compbio/ws/client/Jws2Client.java
webservices/compbio/ws/server/AAConWS.java
webservices/compbio/ws/server/DisemblWS.java
webservices/compbio/ws/server/GlobPlotWS.java
webservices/compbio/ws/server/JronnWS.java