public class DfpServiceClient extends AdsServiceClient<DfpSession,DfpServiceDescriptor>
| Constructor and Description |
|---|
DfpServiceClient(Object soapClient,
DfpServiceDescriptor dfpServiceDescriptor,
DfpSession dfpSession,
SoapClientHandlerInterface soapClientHandler,
HeaderHandler dfpHeaderHandler,
AdsServiceLoggers adsServiceLoggers)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Throwable |
handleException(Throwable e)
Handles the exception.
|
getAdsServiceDescriptor, getAdsSession, logSoapCall, setAdsSession, setHeaderscallSoapClient, createSoapCall, getSoapClient, getSoapClientHandler, invoke, setEndpointAddress, unwrapSoapCallReturn@Inject public DfpServiceClient(Object soapClient, DfpServiceDescriptor dfpServiceDescriptor, DfpSession dfpSession, SoapClientHandlerInterface soapClientHandler, HeaderHandler 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)
SoapServiceClientDefault behavior is to return the exception unchanged.
handleException in class SoapServiceClient<Object>e - the exception to handleSoapServiceClient.handleException(java.lang.Throwable)Copyright © 2015. All Rights Reserved.