org.pentaho.samples.gecho.server
Class GEchoServiceImpl

java.lang.Object
  extended by RemoteServiceServlet
      extended by org.pentaho.samples.gecho.server.GEchoServiceImpl
All Implemented Interfaces:
GEchoService

public class GEchoServiceImpl
extends RemoteServiceServlet
implements GEchoService


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

Constructor Detail

GEchoServiceImpl

public GEchoServiceImpl()
Method Detail

echo

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