org.jboss.test.webservice.handlerflow
Class HelloJSE

java.lang.Object
  extended byorg.jboss.test.webservice.handlerflow.HelloJSE
All Implemented Interfaces:
HelloEndpoint (src) , java.rmi.Remote

public class HelloJSE
extends java.lang.Object
implements HelloEndpoint (src)


Constructor Summary
HelloJSE()
           
 
Method Summary
 java.lang.String sayHello(java.lang.String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloJSE

public HelloJSE()
Method Detail

sayHello

public java.lang.String sayHello(java.lang.String input)
                          throws java.rmi.RemoteException
Specified by:
sayHello in interface HelloEndpoint (src)
Throws:
java.rmi.RemoteException