KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > wsdl > interop3 > emptysa > SoapInteropEmptySABindingImpl


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

7
8 package test.wsdl.interop3.emptysa;
9
10 public class SoapInteropEmptySABindingImpl implements test.wsdl.interop3.emptysa.SoapInteropEmptySAPortType{
11     public java.lang.String JavaDoc echoString(java.lang.String JavaDoc a) throws java.rmi.RemoteException JavaDoc {
12         return a;
13     }
14
15 }
16
Popular Tags