initial implementation of Rest client framework (JAL-715)
authorjprocter <Jim Procter>
Thu, 9 Dec 2010 16:27:59 +0000 (16:27 +0000)
committerjprocter <Jim Procter>
Thu, 9 Dec 2010 16:27:59 +0000 (16:27 +0000)
commitc762d9525db36ffd5d3fca49fb5e7d506d13401a
tree19f056e54cec2e172a795857301f6763f9115832
parentf2c8e788b0c86c77ac4e62f6f6e2da13fdf43fc0
initial implementation of Rest client framework (JAL-715)
15 files changed:
src/jalview/ws/rest/AlignmentProcessor.java [new file with mode: 0644]
src/jalview/ws/rest/HttpResultSet.java [new file with mode: 0644]
src/jalview/ws/rest/InputType.java [new file with mode: 0644]
src/jalview/ws/rest/NoValidInputDataException.java [new file with mode: 0644]
src/jalview/ws/rest/RestClient.java [new file with mode: 0644]
src/jalview/ws/rest/RestJob.java [new file with mode: 0644]
src/jalview/ws/rest/RestJobThread.java [new file with mode: 0644]
src/jalview/ws/rest/RestServiceDescription.java [new file with mode: 0644]
src/jalview/ws/rest/params/Alignment.java [new file with mode: 0644]
src/jalview/ws/rest/params/AnnotationFile.java [new file with mode: 0644]
src/jalview/ws/rest/params/JobConstant.java [new file with mode: 0644]
src/jalview/ws/rest/params/SeqGroupIndexVector.java [new file with mode: 0644]
src/jalview/ws/rest/params/SeqIdVector.java [new file with mode: 0644]
src/jalview/ws/rest/params/SeqVector.java [new file with mode: 0644]
src/jalview/ws/rest/params/Tree.java [new file with mode: 0644]