KickJava   Java API By Example, From Geeks To Geeks.

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


1 /**
2  * SupplierServiceImpl.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 SupplierServiceImpl extends java.rmi.Remote {
11     public java.lang.String submitOrder(javax.xml.transform.Source in0) throws java.rmi.RemoteException, com.sun.j2ee.blueprints.opc.webservice.supplierclient.InvalidOrderException;
12     public java.lang.String queryOrderStatus(java.lang.String in0) throws java.rmi.RemoteException, com.sun.j2ee.blueprints.opc.webservice.supplierclient.UnknownOrderIdException;
13 }
14
Popular Tags