Class WebServiceProvider

java.lang.Object
org.nuclos.api.provider.WebServiceProvider

public class WebServiceProvider extends Object
The UserService provides several methods to create users and manipulate user role data
Author:
reichama
  • Constructor Details

    • WebServiceProvider

      WebServiceProvider()
  • Method Details

    • setWebservice

      public void setWebservice(WebService service)
    • getStub

      public static <T> T getStub(Class<T> stubClass, WebServiceObject webServiceUID) throws BusinessException
      This method creates a new instance of the given stub class and provides it with all settings (e.g. Proxy, Authentication) that are deposited for it by the administration within Nuclos.
      WebServiceObject
      Parameters:
      stubClass -
      webServiceUID -
      Returns:
      T instancea of stub class
      Throws:
      BusinessException