Package com.google.api.ads.common.lib.soap

Interface Summary
SoapClientHandlerInterface<T> Interface for SOAP client handlers.
SoapServiceDescriptor Describes a SOAP service.
 

Class Summary
AuthorizationHeaderHandler Handler for Authorization headers that can be set on the SOAP client.
ProductFrameworkModule Module for the product/framework.
RequestInfo Contains information about the request that was made.
RequestInfo.Builder Builder for RequestInfo objects.
ResponseInfo Contains information about the response from the request that was made.
ResponseInfo.Builder Builder for ResponseInfo objects.
SoapCall<T> Represents a single call to the SOAP client.
SoapCallReturn Used to package a SOAP call's return.
SoapCallReturn.Builder Builder for SoapCallReturn objects.
SoapClientHandler<T> Base class for SOAP client handlers.
SoapServiceClient<T> The SoapServiceClient class pairs together the soapClient and soapClientHandler so that calls made through the SoapServiceClient.invoke(Object, Method, Object[]) method can be dispatched and handled correctly in the SOAP layer.
 

Exception Summary
SoapInvocationTargetException A InvocationTargetException that occurred in the SOAP layer.
 



Copyright © 2012. All Rights Reserved.