轴编组器

发布于 2024-11-03 13:54:36 字数 188 浏览 0 评论 0原文

我有一组使用 wsdl2java (Axis 1.4) 创建的类,并且正在寻找一种方法来解组和编组来自/到字符串和对象的数据。我编写了一个 JAXB 解组器,它非常适合我们的一些较新的内部对象,因为我们使用 xjc 创建类,但没有时间转换旧的轴类,并且需要按原样为代码找到编组/解组解决方案。

有人可以给我指出一个方向吗?

谢谢!

I have a group of classes that were created using wsdl2java (Axis 1.4) and am looking for a way to unmarshal and marshal the data from/to String and Object. I have written a JAXB unmarshaller that works well for some of our newer internal objects since we used xjc to create the classes but do not have time to convert the old axis classes and need to find a marshal/unmarshal solution for the code as-is.

Can somebody please point me in a direction.

Thanks!

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

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

发布评论

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

评论(1

假装爱人 2024-11-10 13:54:36

我确实找到了自己问题的答案,因此值得发布。

找到了一个不错的链接,概述了 Axis 的流程: http://bwithers.wordpress.com/2006/07/29/serializing-an-axis-javabean-object-to-xml/

我仍然更喜欢 JAXB轴但这就可以了。

I did find an answer to my own question so thought was worth posting.

Found a decent link that outlines the process with Axis: http://bwithers.wordpress.com/2006/07/29/serializing-an-axis-javabean-object-to-xml/

I still prefer JAXB over Axis but this will do.

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