KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > wssample > gen > jaxrpc > JaxRpcEndpointInterface


1 /**
2  * JaxRpcEndpointInterface.java
3  *
4  * This file was auto-generated from WSDL
5  * 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 JavaDoc {
11     public java.lang.String JavaDoc sayHello(java.lang.String JavaDoc in0) throws java.rmi.RemoteException JavaDoc;
12     public int getCotes() throws java.rmi.RemoteException JavaDoc;
13 }
14
Popular Tags