01: /**
02: * ISQLTestService.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis 1.4 Nov 19, 2006 (02:31:34 GMT+00:00) WSDL2Java emitter.
06: */package org.objectweb.salome_tmf.soap;
07:
08: import org.objectweb.salome_tmf.api.sql.ISQLTest;
09:
10: public interface ISQLTestService extends javax.xml.rpc.Service {
11: public java.lang.String getSQLTestAddress();
12:
13: public ISQLTest getSQLTest() throws javax.xml.rpc.ServiceException;
14:
15: public ISQLTest getSQLTest(java.net.URL portAddress)
16: throws javax.xml.rpc.ServiceException;
17: }
|