com.ejie.r01f.rpcdispatcher
Class RPCDispatcherServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.ejie.r01f.rpcdispatcher.RPCDispatcherServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
RPCDispathcherSingleThreadedServlet

public class RPCDispatcherServlet
extends javax.servlet.http.HttpServlet

Servlet RPC

See Also:
Serialized Form

Constructor Summary
RPCDispatcherServlet()
           
 
Method Summary
 void destroy()
          Destroys the servlet.
 java.lang.String getServletInfo()
          Devuelve una descripcion corta del Servlet
 void init(javax.servlet.ServletConfig config)
          Initializes the servlet.
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPCDispatcherServlet

public RPCDispatcherServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Initializes the servlet. La inicialización se realiza en dos fases: FASE 1: Se llama al metodo init del ejecutor por defecto en donde se puede hacer una inicialización global a todos los modulos FASE 2: Se llama al metodo init de cada uno de los modulos en donde se hace una inicialización individual de cada uno.

Throws:
javax.servlet.ServletException

destroy

public void destroy()
Destroys the servlet.


getServletInfo

public java.lang.String getServletInfo()
Devuelve una descripcion corta del Servlet