|
Revision 311, 0.5 KB
(checked in by martijn, 7 months ago)
|
|
Check axis code in, to be able to build offline
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | package org.bridgedb.webservice.cronos; |
|---|
| 9 | |
|---|
| 10 | public interface CronosWS extends java.rmi.Remote { |
|---|
| 11 | public java.lang.String cronosWS(java.lang.String input_id, java.lang.String organism_3_letter, int query_int_id, int target_int_id) throws java.rmi.RemoteException; |
|---|
| 12 | public boolean isinRedList(java.lang.String name, java.lang.String organism_3_letter) throws java.rmi.RemoteException; |
|---|
| 13 | } |
|---|