JAL-3066 Move common web service methods to abstract SlivkaWSInstance
authorMateusz Warowny <mmzwarowny@dundee.ac.uk>
Mon, 23 Sep 2019 13:07:43 +0000 (14:07 +0100)
committerMateusz Warowny <mmzwarowny@dundee.ac.uk>
Mon, 23 Sep 2019 13:07:43 +0000 (14:07 +0100)
commit47b802c67970e1d0d90ad1b2200d905225bcb5c3
tree99be981f3ea7def2697cbd9f08095ebbfab61857
parent888bd091402ef76ff5573e32017b30e5afa3adda
JAL-3066 Move common web service methods to abstract SlivkaWSInstance

ServiceWithParameters and JalviewWebService overriden methods would be common to both Msa and Annotation services thus they are moved to the common abstract base class.
j11lib/slivka-client.jar
src/jalview/ws/slivkaws/SlivkaMsaServiceInstance.java [new file with mode: 0644]
src/jalview/ws/slivkaws/SlivkaWSDiscoverer.java
src/jalview/ws/slivkaws/SlivkaWSInstance.java