Re: Customization of service list page

2011-06-27 Thread lynnifer58
I was able to get the service list customized with cxf 2.4.0 thanks to Sergey's ideas. Here are some steps I took: created MyOwnCXFServlet that extends CXFServlet - contains MyOWnServletController created MyOwnServletController that extends ServletController - contains

Re: Customization of service list page

2011-06-14 Thread lynnifer58
I'm also trying to do as Sergey suggested above to customize the service list page. I'm using apache cxf 2.4.0 and I'm working on modifying the ServletController, but I'm not seeing a generateServiceList() or getServletDestinations() methods anymore in order to override them. Are there other