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

Examples of com.google.enterprise.connector.sharepoint.generated.userprofilechangeservice.UserProfileChangeServiceLocator


      inSharepointClientContext) throws SharepointException {
    String endpoint = Util.encodeURL(inSharepointClientContext.getSiteURL())
        + SPConstants.USERPROFILECHANGEENDPOINT;
    LOGGER.config("Endpoint set to: " + endpoint);

    final UserProfileChangeServiceLocator loc =
        new UserProfileChangeServiceLocator();
    loc.setUserProfileChangeServiceSoapEndpointAddress(endpoint);

    final UserProfileChangeService service = loc;
    try {
      stub = (UserProfileChangeServiceSoap_BindingStub)
          service.getUserProfileChangeServiceSoap();
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.sharepoint.generated.userprofilechangeservice.UserProfileChangeServiceLocator

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.