【发布时间】:2013-02-05 15:15:46
【问题描述】:
我有Message<File> 的有效载荷。如何从 Message 中获取 org.w3c.dom.Document 类型?
谢谢!
【问题讨论】:
标签: java spring spring-integration
我有Message<File> 的有效载荷。如何从 Message 中获取 org.w3c.dom.Document 类型?
谢谢!
【问题讨论】:
标签: java spring spring-integration
<int:transformer input-channel="foo" output-channel="bar"
expression="T(javax.xml.parsers.DocumentBuilderFactory).newInstance().newDocumentBuilder().parse(payload)" />
【讨论】: