C
- the subclass of AdsServiceClient
S
- the subclass of AdsSession
D
- the subclass of AdsServiceDescriptor
public static interface FactoryModule.AdsServiceClientFactoryInterface<C extends AdsServiceClient<S,D>,S extends AdsSession,D extends AdsServiceDescriptor>
AdsServiceClient
.Modifier and Type | Method and Description |
---|---|
C |
create(Object soapClient,
D adsServiceDescriptor,
S adsSession)
Creates an
AdsServiceClient given a SOAP client and an
AdsServiceDescriptor descriptor. |
C create(Object soapClient, D adsServiceDescriptor, S adsSession)
AdsServiceClient
given a SOAP client and an
AdsServiceDescriptor
descriptor.soapClient
- the SOAP client underlying this service clientadsServiceDescriptor
- the service to get the client foradsSession
- the ads sessionCopyright © 2018. All Rights Reserved.