KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > wsdl > arrays4 > ArrayTest4SOAPBindingImpl


1 /**
2  * ArrayTest4SOAPBindingImpl.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis 1.2.1 Jun 12, 2005 (04:49:43 EDT) WSDL2Java emitter.
6  */

7
8 package test.wsdl.arrays4;
9
10 public class ArrayTest4SOAPBindingImpl implements test.wsdl.arrays4.ArrayTest4{
11     public test.wsdl.arrays4.StructureType echoStruct(test.wsdl.arrays4.StructureType s) throws java.rmi.RemoteException JavaDoc {
12         return s;
13     }
14
15 }
16
Popular Tags