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