public class ROPHessianServlet
extends com.caucho.hessian.server.HessianServlet
Module
interface. These are the custom modules loaded
after the two standard ones that allow users to override any Cayenne runtime aspects,
e.g. RequestHandler
. Each custom module must have a no-arg constructor.
EventBridge
initialization.Modifier and Type | Field and Description |
---|---|
protected javax.servlet.ServletContext |
servletContext |
Constructor and Description |
---|
ROPHessianServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkAlreadyConfigured(javax.servlet.ServletContext context) |
void |
destroy() |
void |
init(javax.servlet.ServletConfig configuration)
Installs
HessianService to respond to RemoteService requests. |
createHessian2Input, getAPIClass, getContextClassLoader, getSerializerFactory, getServletInfo, invoke, service, setAPIClass, setDebug, setHome, setHomeAPI, setLogName, setObject, setObjectAPI, setSendCollectionType, setSerializerFactory, setService
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public void init(javax.servlet.ServletConfig configuration) throws javax.servlet.ServletException
HessianService
to respond to RemoteService
requests.init
in interface javax.servlet.Servlet
init
in class com.caucho.hessian.server.HessianServlet
javax.servlet.ServletException
protected void checkAlreadyConfigured(javax.servlet.ServletContext context) throws javax.servlet.ServletException
javax.servlet.ServletException
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
Copyright © 2001–2016 Apache Cayenne. All rights reserved.