org.jboss.test.webservice.handlerflow
Interface HelloEndpoint

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

public interface HelloEndpoint
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