1 /***
2 * SEC_Port.java
3 *
4 * This file was auto-generated from WSDL
5 * by the Apache Axis WSDL2Java emitter.
6 */
7
8 package org.astrogrid.dataservice.impl.sec;
9
10 public interface SEC_Port extends java.rmi.Remote {
11 public java.lang.String sql(java.lang.String string_1) throws java.rmi.RemoteException;
12 }