Axis Marshaller

限于喜欢 提交于 2019-12-07 03:39:58

问题


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!


回答1:


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.



来源:https://stackoverflow.com/questions/5820244/axis-marshaller

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!