stringList element

Type: stringList
Namespace: (default namespace)
XML Schema: ns0.xsd
Available Since: 1.4-M3

jaxrs fail to return List<String> so use this contains for rest services returning that

Example XML

<?xml version="1.0" encoding="UTF-8"?> <stringList> <strings>...</strings> <strings>...</strings> <!--...more "strings" elements...--> </stringList>