如何使用 Aegis 将 Java 转换为 XML?
如何使用 Aegis 将类转换为 XML?
网上找不到教程,只有随机代码。
How to convert a class into XML with Aegis?
Can´t find tutorials on the web, only random code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这会将其保存到文件中:
查看 http://download.oracle.com/javase/6/docs/api/javax/xml/bind/Marshaller.html 了解除了将其序列化到文件之外还可以使用什么的更多信息。
This will save it to a file :
Take a look at http://download.oracle.com/javase/6/docs/api/javax/xml/bind/Marshaller.html for more info what you can use beside serializing it to a file.
CXF 发行版中有一些独立于 Web 服务使用 Aegis 的示例。
具体来说,“aegis_standalone”示例就是您想要查看的内容。
There are samples in the CXF distribution of using Aegis independently of web services.
Specifically, the `aegis_standalone' sample is what you want to look at.