org.pentaho.samples.gecho.client
Interface GEchoService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
GEchoServiceImpl, GEchoServiceImplLite

public interface GEchoService
extends com.google.gwt.user.client.rpc.RemoteService


Method Summary
 String echo(String name)
           
 

Method Detail

echo

String echo(String name)