Class WebserviceServlet

  • All Implemented Interfaces:
    Serializable, EventListener, javax.servlet.Filter, javax.servlet.Servlet, javax.servlet.ServletConfig, 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:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.cxf.transport.servlet.CXFNonSpringServlet

        TRANSPORT_ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ContextProperties getSettings()  
      void service​(javax.servlet.http.HttpServletRequest request, javax.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 javax.servlet.GenericServlet

        getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
    • Constructor Detail

      • WebserviceServlet

        public WebserviceServlet()
    • Method Detail

      • service

        public void service​(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
                     throws javax.servlet.ServletException,
                            IOException
        Throws:
        javax.servlet.ServletException
        IOException