Modifier and Type | Method and Description |
---|---|
protected String |
DfaAxisHeaderHandler.generateAuthToken(DfaServiceDescriptor dfaServiceDescriptor,
DfaSession dfaSession)
Generates an authentication token for use with the current session.
|
void |
DfaAxisHeaderHandler.setHeaders(Object soapClient,
DfaSession dfaSession,
DfaServiceDescriptor dfaServiceDescriptor) |
Modifier and Type | Method and Description |
---|---|
Object |
DfaAxisLoginTokensHelper.getLoginService(DfaSession session,
Class<?> loginClass)
Returns a
DfaServiceClient wrapping the login service. |
Modifier and Type | Method and Description |
---|---|
String |
LoginTokens.generateToken(String stubPackage,
DfaSession session)
Generates a new authentication token using reflection.
|
Object |
LoginTokensHelper.getLoginService(DfaSession session,
Class<?> loginClass)
Returns a
DfaServiceClient wrapping the login service. |
Modifier and Type | Method and Description |
---|---|
DfaSession |
DfaSession.Builder.build()
Builds the
DfaSession . |
Constructor and Description |
---|
DfaServiceClient(Object soapClient,
DfaServiceDescriptor dfaServiceDescriptor,
DfaSession dfaSession,
SoapClientHandlerInterface soapClientHandler,
HeaderHandler dfaHeaderHandler,
AdsServiceLoggers adsServiceLoggers,
TokenExpirationDetector tokenExpirationDetector,
LoginTokens loginTokens)
Constructor.
|
Constructor and Description |
---|
DfaServiceClientFactoryHelper(FactoryModule.AdsServiceClientFactoryInterface<DfaServiceClient,DfaSession,DfaServiceDescriptor> adsServiceClientFactory,
FactoryModule.AdsServiceDescriptorFactoryInterface<DfaServiceDescriptor> adsServiceDescriptorFactory,
SoapClientHandlerInterface soapClientHandler,
com.google.api.ads.common.lib.conf.AdsLibConfiguration adsLibConfiguration)
Constructor.
|
Copyright © 2015. All Rights Reserved.