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

Examples of com.google.enterprise.connector.sharepoint.generated.userprofileservice.UserProfileServiceLocator


      inSharepointClientContext) throws SharepointException {
    String endpoint = Util.encodeURL(inSharepointClientContext.getSiteURL())
        + SPConstants.USERPROFILEENDPOINT;
    LOGGER.log(Level.CONFIG, "Endpoint set to: " + endpoint);

    final UserProfileServiceLocator loc = new UserProfileServiceLocator();
    loc.setUserProfileServiceSoapEndpointAddress(endpoint);
    final UserProfileService service = loc;

    try {
      stub = (UserProfileServiceSoap_BindingStub) service.getUserProfileServiceSoap();
    } catch (final ServiceException e) {
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.sharepoint.generated.userprofileservice.UserProfileServiceLocator

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.