org.pentaho.samples.gecho.server
Class GEchoServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
              extended by org.pentaho.samples.gecho.server.GEchoServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, GEchoService

public class GEchoServiceImpl
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements GEchoService

See Also:
Serialized Form

Constructor Summary
GEchoServiceImpl()
           
 
Method Summary
 String echo(String input)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
doPost, getSerializationPolicy, processCall
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
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