简体   繁体   中英

how to pharse XML in java from Java Rest Service Response

在此输入图像描述

how can i capture the status and message tags from this xml response

You can use JAXB

In Spring 3, one of the feature of mvc:annotation-driven , is support for convert object to/from XML file, if JAXB is in project classpath.

Here SpringGuide for marshalling and demarshalling object to xml and vice versa.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM