Este contenido no está disponible en el idioma seleccionado.
20.2. java.util.List with multipart data
If the body parts are uniform, you can provide a
java.util.List
as your input parameter and avoid unmarshalling each part manually. As you can see in the example code below, this must include the type being unmarshalled with the generic parameter of the List type declaration.