KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > wsdl > interop3 > import3 > SoapInteropImport3BindingImpl


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

7
8 package test.wsdl.interop3.import3;
9
10 public class SoapInteropImport3BindingImpl implements test.wsdl.interop3.import3.SoapInteropImport3PortType {
11     public test.wsdl.interop3.import3.xsd.SOAPStruct echoStruct(test.wsdl.interop3.import3.xsd.SOAPStruct inputStruct) throws java.rmi.RemoteException JavaDoc {
12         return inputStruct;
13     }
14
15     public test.wsdl.interop3.import3.xsd.SOAPStruct[] echoStructArray(test.wsdl.interop3.import3.xsd.SOAPStruct[] inputArray) throws java.rmi.RemoteException JavaDoc {
16         return inputArray;
17     }
18
19 }
20
Popular Tags