KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > axis > wsi > scm > manufacturer > ManufacturerSoapBindingImplC


1 package org.apache.axis.wsi.scm.manufacturer;
2 /**
3  * ManufacturerSoapBindingImpl.java
4  *
5  * This file was auto-generated from WSDL
6  * by the Apache Axis #axisVersion# #today# WSDL2Java emitter.
7  */

8
9 public class ManufacturerSoapBindingImplC implements org.apache.axis.wsi.scm.manufacturer.ManufacturerPortType{
10     public boolean submitPO(org.apache.axis.wsi.scm.manufacturer.po.PurchOrdType purchaseOrder, org.apache.axis.wsi.scm.configuration.ConfigurationType configurationHeader, org.apache.axis.wsi.scm.manufacturer.callback.StartHeaderType startHeader) throws java.rmi.RemoteException JavaDoc, org.apache.axis.wsi.scm.configuration.ConfigurationFaultType, org.apache.axis.wsi.scm.manufacturer.po.SubmitPOFaultType {
11         return false;
12     }
13
14 }
15
Popular Tags