rough JPredService client copied from WebServices project.
[jalview.git] / src / ext / vamsas / JPredWS.java
1 /**
2  * JPredWS.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis WSDL2Java emitter.
6  */
7
8 package ext.vamsas;
9
10 public interface JPredWS extends java.rmi.Remote {
11     public java.lang.String predict(ext.vamsas.Sequence in0) throws java.rmi.RemoteException;
12     public ext.vamsas.Secstructpred getpredict(java.lang.String in0) throws java.rmi.RemoteException;
13 }