com.wissen.client
Interface GreetingService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
GreetingServiceImpl

@RemoteServiceRelativePath(value="greet")
public interface GreetingService
extends com.google.gwt.user.client.rpc.RemoteService

The client side stub for the RPC service.


Method Summary
 java.lang.String greetServer(java.lang.String name)
           
 

Method Detail

greetServer

java.lang.String greetServer(java.lang.String name)