| Modifier and Type | Method and Description |
|---|---|
Class<?> |
AdWordsServiceDescriptor.getInterfaceClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdWordsServiceClientFactoryHelper.checkServiceClientPreconditions(AdWordsSession adWordsSession,
Class<?> interfaceClass) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
AdsServiceDescriptor.getInterfaceClass()
Gets the class representing the RPC interface of the service.
|
protected void |
AdsServiceClient.setHeaders() |
void |
HeaderHandler.setHeaders(Object soapClient,
S adsSession,
D adsServiceDescriptor)
Sets the headers on the SOAP client using the session and descriptor.
|
void |
HeaderHandler.NoOpHeaderHandler.setHeaders(Object soapClient,
S adsSession,
D adsServiceDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AdsServiceClientFactory.getServiceClient(S adsSession,
Class<T> interfaceClass)
Gets a client given a session and the class of the desired stub interface.
|
<T> T |
BaseAdsServiceClientFactory.getServiceClientAsInterface(S adsSession,
Class<T> interfaceClass)
Gets a client given a session and the class of the desired stub interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAdsServiceClientFactoryHelper.checkServiceClientPreconditions(S adsSession,
Class<?> interfaceClass)
Default implementation of passing service client preconditions.
|
void |
AdsServiceClientFactoryHelper.checkServiceClientPreconditions(S adsSession,
Class<?> interfaceClass)
Checks preconditions of the session and interface and throws an exception
if the client cannot be generated.
|
C |
BaseAdsServiceClientFactoryHelper.createAdsServiceClient(D adsServiceDescriptor,
S adsSession)
|
C |
AdsServiceClientFactoryHelper.createAdsServiceClient(D adsServiceDescriptor,
S adsSession)
Creates an
AdsServiceClient for the descriptor, session, and
endpoint. |
| Modifier and Type | Method and Description |
|---|---|
T |
SoapClientHandlerInterface.createSoapClient(SoapServiceDescriptor soapServiceDescriptor)
Creates a SOAP client using the
soapServiceDescriptor. |
Class<?> |
SoapServiceDescriptor.getInterfaceClass()
Gets the class representing the RPC interface of the service.
|
void |
SoapClientHandlerInterface.setHeader(T soapClient,
String namespace,
String headerName,
Object headerValue)
Sets a header on the SOAP client.
|
protected abstract void |
SoapServiceClient.setHeaders()
Sets the headers for the service client.
|
| Constructor and Description |
|---|
DfaServiceClient(Object soapClient,
DfaServiceDescriptor dfaServiceDescriptor,
DfaSession dfaSession,
SoapClientHandlerInterface soapClientHandler,
HeaderHandler dfaHeaderHandler,
AdsServiceLoggers adsServiceLoggers,
TokenExpirationDetector tokenExpirationDetector,
LoginTokens loginTokens)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
DfpServiceDescriptor.getInterfaceClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
DfpServiceClientFactoryHelper.checkServiceClientPreconditions(DfpSession dfpSession,
Class<?> interfaceClass) |
Copyright © 2014. All Rights Reserved.