Class JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter

java.lang.Object
org.apache.cxf.jaxws.spring.JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter
All Implemented Interfaces:
org.springframework.web.servlet.mvc.Controller
Enclosing class:
JaxWsWebServicePublisherBeanPostProcessor

public static class JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter extends Object implements org.springframework.web.servlet.mvc.Controller
  • Constructor Details

    • ServletAdapter

      public ServletAdapter(jakarta.servlet.Servlet controller)
  • Method Details

    • handleRequest

      public org.springframework.web.servlet.ModelAndView handleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws Exception
      Specified by:
      handleRequest in interface org.springframework.web.servlet.mvc.Controller
      Throws:
      Exception