1 /**2 * JaxRpcEndpointInterface.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis 1.2RC2 Dec 15, 2004 (10:53:17 CET) WSDL2Java emitter.6 */7 8 package org.objectweb.wssample.gen.jaxrpc;9 10 public interface JaxRpcEndpointInterface extends java.rmi.Remote {11 public java.lang.String sayHello(java.lang.String in0) throws java.rmi.RemoteException ;12 public int getCotes() throws java.rmi.RemoteException ;13 }14