public class DfpServiceClient extends AdsServiceClient<DfpSession,DfpServiceDescriptor>
Constructor and Description |
---|
DfpServiceClient(Object soapClient,
DfpServiceDescriptor dfpServiceDescriptor,
DfpSession dfpSession,
SoapClientHandlerInterface soapClientHandler,
HeaderHandler<DfpSession,DfpServiceDescriptor> dfpHeaderHandler,
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 DfpServiceClient(Object soapClient, DfpServiceDescriptor dfpServiceDescriptor, DfpSession dfpSession, SoapClientHandlerInterface soapClientHandler, HeaderHandler<DfpSession,DfpServiceDescriptor> dfpHeaderHandler, AdsServiceLoggers adsServiceLoggers)
soapClient
- the SOAP clientdfpServiceDescriptor
- the DFP service descriptordfpSession
- the DFP sessionsoapClientHandler
- the SOAP client handlerdfpHeaderHandler
- the DFP 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 © 2018. All Rights Reserved.