1 /**2 * Echo2SoapBindingImpl.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis 1.2RC3 Mar 22, 2005 (05:08:41 CET) WSDL2Java emitter.6 */7 8 package test.wsdl.echo2;9 10 import java.rmi.RemoteException ;11 12 public class Echo2SoapBindingImpl implements test.wsdl.echo2.Echo2PT{13 public test.wsdl.echo2.MyBase64Bean echoMyBase64Bean(test.wsdl.echo2.MyBase64Bean input) throws java.rmi.RemoteException {14 return input;15 }16 public test.wsdl.echo2.MyBase64Bean[] echoArrayOfMyBase64Bean(test.wsdl.echo2.MyBase64Bean[] input) throws java.rmi.RemoteException {17 return input;18 }19 20 public String [] echoArrayOfString_MaxOccursUnbounded(String [] input) throws java.rmi.RemoteException {21 return input;22 }23 24 public java.lang.String [] echoArrayOfString_SoapEncArray(java.lang.String [] input) throws java.rmi.RemoteException {25 return input;26 }27 28 }29