我可以使用以下链接使用java代码将xml转换为json, Mule: Is there simple way of converting XML to JSON
但是我的要求是n xml文件必须使用java类来隐藏一个json格式,怎么做?你能帮我吗???
答案 0 :(得分:2)
在Mule中使用XML To Json Transformer ...请仔细阅读以下文档: - http://www.mulesoft.org/documentation/display/current/Transformers
标签有点像这样: - 你的mule配置中的<json:xml-to-json-transformer doc:name="XmlToJson">
答案 1 :(得分:0)
您可以使用Smooks在大多数常见数据格式之间进行转换。看一下这个例子:http://pragmaticintegrator.wordpress.com/2010/04/29/using-smooksmule-to-transform-csv-file-to-xml-one/
答案 2 :(得分:0)
对于您不关心模式的自动转换,您可以使用xml到json转换器。对于更细粒度的控制,Mule Studio中的DataMapper提供了一种图形方式来指定从XML到JSON的转换,反之亦然。它完全支持检测消息的模式,并在必要时使用Mule表达式实现更复杂的转换规则。
http://www.mulesoft.org/documentation/display/current/Datamapper+User+Guide+and+Reference