KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > wsdl > query > QueryTestBindingImpl


1 /**
2  * QueryTestImpl.java
3  *
4  * This file was auto-generated from WSDL
5  * 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 JavaDoc {
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
Popular Tags