org.jboss.test.webservice.ws4eesimple
Interface HelloWs

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
HelloJavaBean (src)

public interface HelloWs
extends java.rmi.Remote


Method Summary
 java.lang.String sayHello(java.lang.String input)
           
 

Method Detail

sayHello

public java.lang.String sayHello(java.lang.String input)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException