SoapBindingImpl.java 文件的作用是什么

发布于 2024-12-17 23:47:10 字数 252 浏览 3 评论 0原文

当我们在使用 wsdl2java(apache axis)工具生成存根时使用 -s 选项时,它会生成 SoapBindingImpl.java 文件。

该文件包含所有方法定义。

这个文件有什么用?

到底什么时候我们需要编辑这个文件的功能呢?

如果我们只是想使用该服务,我们还需要这个文件吗?

When we use -s option while generating stubs using wsdl2java(apache axis) tool it generates <service-name>SoapBindingImpl.java file.

This file contains all the method definition.

What is use of this file?

When exactly we need to edit the functions of this file?

If we just want to use the service do we even need this file?

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

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

发布评论

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

评论(1

落花浅忆 2024-12-24 23:47:10

该文件是必需的,但不需要存根,而需要骨架。这是调用所有 API 的 impl 类所必需的。如果您只是想调用该服务,则不需要它。因为存根不关心实现。它独立于此。

This file is needed but not with stub its needed with skeleton. This is needed to call the impl class of al the API. if you just want to call the service, you dont need it. Because stub doesn't care about implementation. Its independent of that.

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