01: /**
02: * JaxRpcEndpointInterface.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis 1.2RC2 Dec 15, 2004 (10:53:17 CET) WSDL2Java emitter.
06: */package org.objectweb.wssample.gen.jaxrpc;
07:
08: public interface JaxRpcEndpointInterface extends java.rmi.Remote {
09: public java.lang.String sayHello(java.lang.String in0)
10: throws java.rmi.RemoteException;
11:
12: public int getCotes() throws java.rmi.RemoteException;
13: }
|