b1499d097bdb9a9807c2e52a83fd64a026ea6d6e
[jabaws.git] / webservices / compbio / data / msa / JABAService.java
1 /* Copyright (c) 2011 Peter Troshin\r
2  *  \r
3  *  JAva Bioinformatics Analysis Web Services (JABAWS) @version: 2.0     \r
4  * \r
5  *  This library is free software; you can redistribute it and/or modify it under the terms of the\r
6  *  Apache License version 2 as published by the Apache Software Foundation\r
7  * \r
8  *  This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without\r
9  *  even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache \r
10  *  License for more details.\r
11  * \r
12  *  A copy of the license is in apache_license.txt. It is also available here:\r
13  * @see: http://www.apache.org/licenses/LICENSE-2.0.txt\r
14  * \r
15  * Any republication or derived work distributed in source code form\r
16  * must include this copyright and license notice.\r
17  */\r
18 package compbio.data.msa;\r
19 \r
20 /**\r
21  * This is a marker interface, contains no methods\r
22  * \r
23  * @author pvtroshin\r
24  * \r
25  */\r
26 public interface JABAService {\r
27         // JABAWS version 1.0 service name\r
28         static final String SERVICE_NAMESPACE = "http://msa.data.compbio/01/01/2010/";\r
29         // JABAWS version 2.0 service name\r
30         static final String V2_SERVICE_NAMESPACE = "http://msa.data.compbio/01/12/2010/";\r
31         // JABAWS version 3.0 service name\r
32         static final String V3_SERVICE_NAMESPACE = "http://msa.data.compbio/01/12/2013/";\r
33 \r
34         // JABAWS version\r
35         final static String JABAWS_VERSION = "2.1";\r
36 }\r