| /** | |
| * SoapInteropImport1BindingImpl.java | |
| * | |
| * This file was auto-generated from WSDL | |
| * by the Apache Axis Wsdl2java emitter. | |
| */ | |
| package test.wsdl.interop3.import1; | |
| public class SoapInteropImport1BindingImpl implements test.wsdl.interop3.import1.definitions.SoapInteropImport1PortType { | |
| public java.lang.String echoString(java.lang.String x) throws java.rmi.RemoteException { | |
| return x; | |
| } | |
| } |