I am new to Java programming and I am doing Unmarshalling the following XML string. My task is get the names of the customers in
this string. I have done it for one customer. I
If you create Data class with proper JaxB annotations and with field that is a list of Customers, you will be able to unmarshall entire thing at once without iterating through xml string.