public interface WebService
WebService
provides methods to create and initialize stub clients
for calling web-services.Modifier and Type | Method and Description |
---|---|
<T> T |
getStub(java.lang.Class<T> stubClass,
WebServiceObject webService)
This method creates a new instance of the given stub class and provides it with all settings (e.g.
|
<T> T getStub(java.lang.Class<T> stubClass, WebServiceObject webService) throws BusinessException
WebServiceObject
stubClass
- webService
- BusinessException
Copyright © 2024. All rights reserved.