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 java.lang.Object
implements GEchoService


Constructor Summary
GEchoServiceImplLite()
           
 
Method Summary
 java.lang.String echo(java.lang.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 java.lang.String echo(java.lang.String input)
Specified by:
echo in interface GEchoService