开发者

Exposing the web service using CXF

开发者 https://www.devze.com 2023-01-08 22:12 出处:网络
I have a requirement to expose a webservice using CXF. I am following this easy tutorial link text and did the following steps

I have a requirement to expose a webservice using CXF. I am following this easy tutorial link text and did the following steps

  1. Created a service and an implementation with @WebService annotations
  2. Added the standard xml snippet of including cxf.xml and other xmls specified
  3. 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?
0

精彩评论

暂无评论...
验证码 换一张
取 消