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, setServicedoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic void init(javax.servlet.ServletConfig configuration)
throws javax.servlet.ServletException
HessianService to respond to RemoteService requests.init in interface javax.servlet.Servletinit in class com.caucho.hessian.server.HessianServletjavax.servlet.ServletExceptionprotected void checkAlreadyConfigured(javax.servlet.ServletContext context)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletCopyright © 2001–2016 Apache Cayenne. All rights reserved.