FileDocCategorySizeDatePackage
QueryTestSoapBindingImpl.javaAPI DocApache Axis 1.4333Sat Apr 22 18:57:28 BST 2006test.wsdl.query

QueryTestSoapBindingImpl.java

/**
 * QueryTestBindingImpl.java
 *
 * Implementation for Query test.
 * 
 */

package test.wsdl.query;

public class QueryTestSoapBindingImpl implements test.wsdl.query.QueryTest {
    public test.wsdl.query.QueryBean echoQuery(test.wsdl.query.QueryBean argQuery) throws java.rmi.RemoteException {
        return argQuery;
    }

}