Package org.nuclos.api.service
Interface WebService
public interface WebService
The
WebService
provides methods to create and initialize stub clients
for calling web-services.- Author:
- reichama
-
Method Summary
Modifier and TypeMethodDescription<T> T
getStub
(Class<T> stubClass, WebServiceObject webService) This method creates a new instance of the given stub class and provides it with all settings (e.g.
-
Method Details
-
getStub
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
-webService
-- Returns:
- T instancea of stub class
- Throws:
BusinessException
-