com.sibvisions.rad.server.http
Class ServletServer

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.sibvisions.rad.server.http.ServletServer
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class ServletServer
extends HttpServlet

The ServletServer handles the communication via http from remote clients.

See Also:
Serialized Form

Constructor Summary
ServletServer()
           
 
Method Summary
 void destroy()
          
 void doPost(HttpServletRequest pRequest, HttpServletResponse pResponse)
          Handles object requests via http protocol.
 void init()
          
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletServer

public ServletServer()
Method Detail

init

public void init()

Overrides:
init in class GenericServlet

destroy

public void destroy()

Specified by:
destroy in interface Servlet
Overrides:
destroy in class GenericServlet

doPost

public void doPost(HttpServletRequest pRequest,
                   HttpServletResponse pResponse)
            throws ServletException
Handles object requests via http protocol.

Overrides:
doPost in class HttpServlet
Parameters:
pRequest - standard http servlet request
pResponse - standard http servlet response
Throws:
ServletException - if the object request contains invalid information
See Also:
HttpServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.