Package com.logicaldoc.webservice
Class WebserviceServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.apache.cxf.transport.servlet.AbstractHTTPServlet
org.apache.cxf.transport.servlet.CXFNonSpringServlet
org.apache.cxf.transport.servlet.CXFServlet
com.logicaldoc.webservice.WebserviceServlet
- All Implemented Interfaces:
jakarta.servlet.Filter
,jakarta.servlet.Servlet
,jakarta.servlet.ServletConfig
,Serializable
,EventListener
,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
public class WebserviceServlet
extends org.apache.cxf.transport.servlet.CXFServlet
Extension of the standard CXF servlet that checks the enabled flag
- Since:
- 4.6
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Field Summary
Fields inherited from class org.apache.cxf.transport.servlet.CXFNonSpringServlet
TRANSPORT_ID
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
service
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Methods inherited from class org.apache.cxf.transport.servlet.CXFServlet
destroyBus, onApplicationEvent
Methods inherited from class org.apache.cxf.transport.servlet.CXFNonSpringServlet
destroy, doFilter, getBus, init, setBus
Methods inherited from class org.apache.cxf.transport.servlet.AbstractHTTPServlet
init, service
Methods inherited from class jakarta.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
WebserviceServlet
public WebserviceServlet()
-
-
Method Details
-
service
public void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-