wsgen ant任务忽略@webMethod(exclude=true)注释

发布于 2024-08-21 08:10:13 字数 177 浏览 4 评论 0原文

我有一个 Java 中的 Web 服务实现类,我使用 wsgen 生成服务端点类。我的 SEI 中有一个公共方法,我想从 Web 服务接口中排除它。注释似乎

@WebMethod (exclude=true)

是为了做到这一点,但它似乎不适用于 wsgen ant 任务。

I Have a web service implementation class in java and I use wsgen to generate the service end point classes. There is a public method in my SEI that I want to exclude from the web-service interface. It seems that the annotation

@WebMethod (exclude=true)

is meant to do that but it does not seem to work with the wsgen ant task.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

胡大本事 2024-08-28 08:10:13

这听起来像 问题 #789 (wsgen 中的错误)。 Maye 尝试一下建议的解决方法:

作为旧 impl 的临时解决方法,您可以尝试删除非排除上的 @WebMethod
方法。

This sounds like Issue #789 (bug in wsgen). Maye give the suggested workaround a try:

As a temporary workaround with old impl, you can try removing the @WebMethod on non-excluded
methods.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文