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