1 /**2 * QueryTestImpl.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis 1.2.1 May 31, 2005 (03:10:27 EDT) WSDL2Java emitter.6 */7 8 package test.wsdl.query;9 10 public class QueryTestBindingImpl implements test.wsdl.query.QueryTest {11 public test.wsdl.query.QueryBean echoQuery(test.wsdl.query.QueryBean argQuery) throws java.rmi.RemoteException {12 return argQuery;13 }14 15 /*16 public java.lang.Object[] echoArray(java.lang.Object[] argArray) throws java.rmi.RemoteException {17 return argArray;18 }19 */20 }21