Lists of multi-part data

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2716

This topic has not yet been written. The content below is from the topic description.
23.2. java.util.List with multipart data If your body parts are uniform, you do not have to manually unmarshall each and every part. You can just provide a java.util.List as your input parameter. It must have the type it is unmarshalling with the generic parameter of the List type declaration.