org.pentaho.samples.gecho.server
Class GEchoServiceImplLite

java.lang.Object
  extended by org.pentaho.samples.gecho.server.GEchoServiceImplLite
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, GEchoService

public class GEchoServiceImplLite
extends Object
implements GEchoService


Constructor Summary
GEchoServiceImplLite()
           
 
Method Summary
 String echo(String input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GEchoServiceImplLite

public GEchoServiceImplLite()
Method Detail

echo

public String echo(String input)
Specified by:
echo in interface GEchoService