Package org.gwizard.rpc
Class RpcServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.voodoodyne.trivet.TrivetServlet
org.gwizard.rpc.RpcServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
@Singleton
public class RpcServlet
extends com.voodoodyne.trivet.TrivetServlet
The glue that turns an RPC request into a method call
- See Also:
-
Field Summary
Fields inherited from class com.voodoodyne.trivet.TrivetServlet
APPLICATION_JAVA_SERIALIZED_OBJECTFields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.voodoodyne.trivet.TrivetServlet
doPost, invokeMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, init, service, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
RpcServlet
@Inject public RpcServlet(com.google.inject.Injector injector)
-
-
Method Details
-
getInstance
- Specified by:
getInstancein classcom.voodoodyne.trivet.TrivetServlet
-