wsgen ant任务忽略@webMethod(exclude=true)注释
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这听起来像 问题 #789 (wsgen 中的错误)。 Maye 尝试一下建议的解决方法:
This sounds like Issue #789 (bug in wsgen). Maye give the suggested workaround a try: