01: /**
02: * ISQLRequirementService.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 salomeTMF_plug.requirements.soap;
07:
08: import salomeTMF_plug.requirements.sqlWrapper.ISQLRequirement;
09:
10: public interface ISQLRequirementService extends javax.xml.rpc.Service {
11: public java.lang.String getSQLRequirementAddress();
12:
13: public ISQLRequirement getSQLRequirement()
14: throws javax.xml.rpc.ServiceException;
15:
16: public ISQLRequirement getSQLRequirement(java.net.URL portAddress)
17: throws javax.xml.rpc.ServiceException;
18: }
|