Exposing the web service using CXF
I have a requirement to expose a webservice using CXF. I am following this easy tutorial link text and did the following steps
- Created a service and an implementation with @WebService annotations
- Added the standard xml snippet of including cxf.xml and other xmls specified
- Now I need to deploy this webservice in multiple containers. In a normal web app, I just added the CX开发者_如何学编程F Servlet config but I have another application which is a bespoke framework built on top of Jetty and some handlers/exporters where there is no specific web.xml as such. In such a scenario is there any spring configuration which when declared does the equivalent of this servlet configuration bit?
精彩评论