开发者

Using java.util.Map in AXIS@ framework

开发者 https://www.devze.com 2023-01-24 04:16 出处:网络
I am using AXIS2 Framework for creating and accesing a webservice. My ques开发者_StackOverflow中文版tion is Is AXIS2 supports java.util.Map data type. I want use this data type in response.xml.

I am using AXIS2 Framework for creating and accesing a webservice. My ques开发者_StackOverflow中文版tion is Is AXIS2 supports java.util.Map data type. I want use this data type in response.xml.

Thanks, Narendra


No, you can't use any of the java Collection classes. Using arrays of objects works best.

0

精彩评论

暂无评论...
验证码 换一张
取 消