public interface HeaderHandler<S extends AdsSession,D extends AdsServiceDescriptor>
| Modifier and Type | Interface and Description |
|---|---|
static class |
HeaderHandler.NoOpHeaderHandler<S extends AdsSession,D extends AdsServiceDescriptor>
No-op implementation of HeaderHandler
|
| Modifier and Type | Method and Description |
|---|---|
void |
setHeaders(Object soapClient,
S adsSession,
D adsServiceDescriptor)
Sets the headers on the SOAP client using the session and descriptor.
|
void setHeaders(Object soapClient, S adsSession, D adsServiceDescriptor) throws ServiceException, AuthenticationException
soapClient - the SOAP clientadsSession - the ads sessionadsServiceDescriptor - the ads service descriptorServiceException - if there was a problem setting the headersAuthenticationException - if there was a problem authenticating the
sessionCopyright © 2015. All Rights Reserved.