KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > j2ee > blueprints > opc > webservice > supplierclient > SupplierServiceImplService


1 /**
2  * SupplierServiceImplService.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis WSDL2Java emitter.
6  */

7
8 package com.sun.j2ee.blueprints.opc.webservice.supplierclient;
9
10 public interface SupplierServiceImplService extends javax.xml.rpc.Service {
11     public java.lang.String getSupplierWebServiceAddress();
12
13     public com.sun.j2ee.blueprints.opc.webservice.supplierclient.SupplierServiceImpl getSupplierWebService() throws javax.xml.rpc.ServiceException;
14
15     public com.sun.j2ee.blueprints.opc.webservice.supplierclient.SupplierServiceImpl getSupplierWebService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
16 }
17
Popular Tags