Package com.google.enterprise.connector.sharepoint.generated.lists

Examples of com.google.enterprise.connector.sharepoint.generated.lists.Lists


      LOGGER.config("endpoint set to: " + endpoint);

      final ListsLocator loc = new ListsLocator();
      loc.setListsSoapEndpointAddress(endpoint);

      final Lists listsService = loc;

      try {
        stub = (ListsSoap_BindingStub) listsService.getListsSoap();
      } catch (final ServiceException e) {
        LOGGER.log(Level.WARNING, "Unable to get the list stub", e);
        throw new SharepointException("Unable to get the list stub");
      }
  }
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.sharepoint.generated.lists.Lists

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.