root/trunk/org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/CronosWS.java @ 311

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 * CronosWS.java
3 *
4 * This file was auto-generated from WSDL
5 * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6 */
7
8package org.bridgedb.webservice.cronos;
9
10public 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}
Note: See TracBrowser for help on using the browser.