public class AdManagerServiceClient extends AdsServiceClient<AdManagerSession,AdManagerServiceDescriptor>
Constructor and Description |
---|
AdManagerServiceClient(Object soapClient,
AdManagerServiceDescriptor adManagerServiceDescriptor,
AdManagerSession adManagerSession,
SoapClientHandlerInterface soapClientHandler,
HeaderHandler<AdManagerSession,AdManagerServiceDescriptor> adManagerHeaderHandler,
AdsServiceLoggers adsServiceLoggers)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Throwable |
handleException(Throwable e)
Handles the exception.
|
getAdsServiceDescriptor, getAdsSession, logSoapCall, setAdsSession, setHeaders
callSoapClient, createSoapCall, getSoapClient, getSoapClientHandler, invoke, setEndpointAddress, unwrapRemoteCallReturn
@Inject public AdManagerServiceClient(Object soapClient, AdManagerServiceDescriptor adManagerServiceDescriptor, AdManagerSession adManagerSession, SoapClientHandlerInterface soapClientHandler, HeaderHandler<AdManagerSession,AdManagerServiceDescriptor> adManagerHeaderHandler, AdsServiceLoggers adsServiceLoggers)
soapClient
- the SOAP clientadManagerServiceDescriptor
- the Ad Manager service descriptoradManagerSession
- the Ad Manager sessionsoapClientHandler
- the SOAP client handleradManagerHeaderHandler
- the Ad Manager header handleradsServiceLoggers
- the ads service loggersprotected Throwable handleException(Throwable e)
SoapServiceClient
Default behavior is to return the exception unchanged.
handleException
in class SoapServiceClient<Object>
e
- the exception to handleSoapServiceClient.handleException(java.lang.Throwable)
Copyright © 2020. All Rights Reserved.