开发者

Spring WS AbstractJDomPayloadEndpoint deprecated warning

开发者 https://www.devze.com 2023-03-24 01:16 出处:网络
For my java soap webservice, Spring-ws says AbstractJDomPayloadEndpoint deprecat开发者_StackOverflow中文版ed and I get warning in my code, even debugger does not hit any point in the class, how can I

For my java soap webservice, Spring-ws says AbstractJDomPayloadEndpoint deprecat开发者_StackOverflow中文版ed and I get warning in my code, even debugger does not hit any point in the class, how can I change it? do I need to change a lot of things?


AbstractJDomPayloadEndpoint, like all PayloadEndpoint implementations, is deprecated in Spring-WS 2.x, in favour of annotation-style endpoint classes.

However, the old endpoint classes still work fine. If your service isn't working, this has nothing to do with the deprecation.

0

精彩评论

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