How to parse and create java pojo for below xml in an efficient way? Kindly suggest any efficient parser.
XML format is
You can use JAXB to convert XML into Java POJOs. But before you finalize the solution check this site for performance comparison.