helloworld
Interface HelloWorldRemotable

All Known Implementing Classes:
HelloWorldServiceComponent

public interface HelloWorldRemotable


Method Summary
 void getHello(java.lang.String name)
          This method takes a String name
 java.lang.String getmsg()
          This method returns the callback message received to the jsp
 

Method Detail

getHello

void getHello(java.lang.String name)
This method takes a String name

Parameters:
String - name

getmsg

java.lang.String getmsg()
This method returns the callback message received to the jsp