KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > wsdl > interop3 > import1 > SoapInteropImport1BindingImpl


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

7
8 package test.wsdl.interop3.import1;
9
10 public class SoapInteropImport1BindingImpl implements test.wsdl.interop3.import1.definitions.SoapInteropImport1PortType {
11     public java.lang.String JavaDoc echoString(java.lang.String JavaDoc x) throws java.rmi.RemoteException JavaDoc {
12         return x;
13     }
14
15 }
16
Popular Tags