01: /**
02: * ISQLExecutionActionResultService.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.ISQLExecutionActionResult;
09:
10: public interface ISQLExecutionActionResultService extends
11: javax.xml.rpc.Service {
12: public java.lang.String getSQLExecutionActionResultAddress();
13:
14: public ISQLExecutionActionResult getSQLExecutionActionResult()
15: throws javax.xml.rpc.ServiceException;
16:
17: public ISQLExecutionActionResult getSQLExecutionActionResult(
18: java.net.URL portAddress)
19: throws javax.xml.rpc.ServiceException;
20: }
|