org.jboss.test.webservice.ws4eesimple
Class HelloJavaBean

java.lang.Object
  extended byorg.jboss.test.webservice.ws4eesimple.HelloJavaBean
All Implemented Interfaces:
HelloWs (src) , java.rmi.Remote, java.io.Serializable

public class HelloJavaBean
extends java.lang.Object
implements HelloWs (src) , java.io.Serializable

See Also:
Serialized Form

Constructor Summary
HelloJavaBean()
           
 
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

HelloJavaBean

public HelloJavaBean()
Method Detail

sayHello

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