public interface AdsServicesInterface<S extends AdsSession>
Modifier and Type | Method and Description |
---|---|
<T> T |
get(S session,
Class<T> interfaceClass)
Gets a client for the service represented by the interface with a reference to the session.
|
<T> T get(S session, Class<T> interfaceClass)
There is no guarantee that the objects returned by this method are thread-safe.
T
- the service typesession
- your current sessioninterfaceClass
- the service interface class representing a SOAP serviceCopyright © 2018. All Rights Reserved.