com.thesis.frondend.server
Class BackendServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
              extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
                  extended by com.thesis.frondend.server.BackendServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, BackendService, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class BackendServiceImpl
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements BackendService

BackendServiceImpl

See Also:
Serialized Form

Constructor Summary
BackendServiceImpl()
           
 
Method Summary
 Item sendToBackEnd(java.lang.String filePath)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
getSerializationPolicy, processCall, processPost
 
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost
 
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

BackendServiceImpl

public BackendServiceImpl()
Method Detail

sendToBackEnd

public Item sendToBackEnd(java.lang.String filePath)
                   throws java.io.IOException
Specified by:
sendToBackEnd in interface BackendService
Throws:
java.io.IOException