01: /**
02: * SupplierServiceImplService.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis WSDL2Java emitter.
06: */package com.sun.j2ee.blueprints.opc.webservice.supplierclient;
07:
08: public interface SupplierServiceImplService extends
09: javax.xml.rpc.Service {
10: public java.lang.String getSupplierWebServiceAddress();
11:
12: public com.sun.j2ee.blueprints.opc.webservice.supplierclient.SupplierServiceImpl getSupplierWebService()
13: throws javax.xml.rpc.ServiceException;
14:
15: public com.sun.j2ee.blueprints.opc.webservice.supplierclient.SupplierServiceImpl getSupplierWebService(
16: java.net.URL portAddress)
17: throws javax.xml.rpc.ServiceException;
18: }
|