Jax-ws RI 和 Metro 之间的区别
我不确定我的理解,据说 JAX-WS 参考实现为 glassfish 提供了 Metro 核心。但是,我已经下载了最新的 JAX-WS RI 源,它与最新的 Metro 源无关。
我需要在 Metro 源代码 (UnsetSecurityMUValue) 中找到的功能,所以我想我应该在最新的 JAX-WS RI 实现中找到它,但它不是......那么它实际上是某种分叉吗?两者是互相排斥的吗?
感谢您的任何建议!
I'm not sure of my understanding here, it is stated that JAX-WS reference implementation provides metro core to glassfish. However, I've downloaded the latest source of JAX-WS RI and it has nothing to do with the latest Metro source.
I need a functionality that I found in Metro source code (UnsetSecurityMUValue) so I thought I should find it in the latest JAX-WS RI implementation, but it is not... So is it actually some kind of fork? Are the two mutually exclusive?
Thanks for any advice!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Metro 2.1.1 版本由以下组件组成:
UnsetSecurityMUValue 功能属于 WS 安全支持,属于 WSIT。
Metro 2.1.1 release consists of following components:
UnsetSecurityMUValue functionality belongs to WS-security support that belongs to WSIT.