Package org.nuclos.api.provider
Class WebServiceProvider
java.lang.Object
org.nuclos.api.provider.WebServiceProvider
The
UserService provides several methods to create users and manipulate user role data- Author:
- reichama
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TgetStub(Class<T> stubClass, WebServiceObject webServiceUID) This method creates a new instance of the given stub class and provides it with all settings (e.g.voidsetWebservice(WebService service)
-
Constructor Details
-
WebServiceProvider
WebServiceProvider()
-
-
Method Details
-
setWebservice
-
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
-