if (webstate == null) {
LOGGER.warning("Unable to get the list collection because webstate is null");
return listCollection;
}
final ArrayOf_sListHolder vLists =
Util.makeWSRequest(sharepointClientContext, siteDataWS,
new Util.RequestExecutor<ArrayOf_sListHolder>() {
public ArrayOf_sListHolder onRequest(final BaseWS ws)
throws Throwable {
return ((SiteDataWS) ws).getListCollection();