Skip navigation links
A C G I M P S T V 

A

AxisFrameworkUserAgentProvider - Class in com.google.api.ads.common.lib.soap.axis
Provides the Axis user agent.
AxisFrameworkUserAgentProvider(Configuration) - Constructor for class com.google.api.ads.common.lib.soap.axis.AxisFrameworkUserAgentProvider
Constructor.
AxisHandler - Class in com.google.api.ads.common.lib.soap.axis
SOAP Client Handler implementation for use with Axis 1.x.
AxisHandler(EngineConfigurationFactory, NodeExtractor, AdsApiConfiguration) - Constructor for class com.google.api.ads.common.lib.soap.axis.AxisHandler
 
AxisModule - Class in com.google.api.ads.common.lib.soap.axis
Module for SOAP client handler.
AxisModule() - Constructor for class com.google.api.ads.common.lib.soap.axis.AxisModule
Constructor.
AxisSoapHeaderFactory<D extends AdsServiceDescriptor> - Interface in com.google.api.ads.common.lib.soap.axis
Factory for creating subproduct-specific Axis soap headers.

C

clearHeaders(Stub) - Method in class com.google.api.ads.common.lib.soap.axis.AxisHandler
Clears all of the SOAP headers from the given SOAP client.
com.google.api.ads.common.lib.soap.axis - package com.google.api.ads.common.lib.soap.axis
 
com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611 - package com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611
 
configure() - Method in class com.google.api.ads.common.lib.soap.axis.AxisModule
 
createSoapClient(SoapServiceDescriptor) - Method in class com.google.api.ads.common.lib.soap.axis.AxisHandler
Creates a SOAP client using a SOAP service descriptor.
createSoapHeader(D) - Method in interface com.google.api.ads.common.lib.soap.axis.AxisSoapHeaderFactory
 
createSoapHeaderElement(QName) - Method in class com.google.api.ads.common.lib.soap.axis.AxisHandler
 

G

getEndpointAddress(Stub) - Method in class com.google.api.ads.common.lib.soap.axis.AxisHandler
 
getEndpointAddress(String) - Method in class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisCompatibleServiceDescriptor
Returns /mocks/MockAxisCompatibleServiceDescriptor.VERSION/MockAxisService appended to endpointServer after removing any trailing forward slash from endpointServer.
getHeader(Stub, String) - Method in class com.google.api.ads.common.lib.soap.axis.AxisHandler
Returns a SOAP header from the given SOAP client, if it exists.
getInterfaceClass() - Method in class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisCompatibleServiceDescriptor
 
getLocatorClass() - Method in class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisCompatibleServiceDescriptor
 
getMockServiceInterfacePort() - Method in interface com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisService
 
getMockServiceInterfacePort(URL) - Method in interface com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisService
 
getMockServiceInterfacePort() - Method in class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisServiceLocator
 
getMockServiceInterfacePort(URL) - Method in class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisServiceLocator
 
getMockServiceInterfacePortAddress() - Method in interface com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisService
 
getMockServiceInterfacePortAddress() - Method in class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisServiceLocator
 
getPort(Class) - Method in class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisServiceLocator
 
getTestMessage() - Method in interface com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisServiceInterface
Implementations should return the constant MockAxisServiceInterface.TEST_MESSAGE.
getTestMessage() - Method in class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisServiceSoapBindingStub
 
getTestMessageWithPrefix(String) - Method in interface com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisServiceInterface
Implementations should return the concatenation of prefix and MockAxisServiceInterface.TEST_MESSAGE.
getTestMessageWithPrefix(String) - Method in class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisServiceSoapBindingStub
 
getUserAgent() - Method in class com.google.api.ads.common.lib.soap.axis.AxisFrameworkUserAgentProvider
 
getVersion() - Method in class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisCompatibleServiceDescriptor

I

invokeSoapCall(SoapCall<Stub>) - Method in class com.google.api.ads.common.lib.soap.axis.AxisHandler
Invoke a SOAP call.

M

MockAxisCompatibleServiceDescriptor - Class in com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611
Mock implementation of SoapServiceDescriptor that also implements AxisCompatible.
MockAxisCompatibleServiceDescriptor() - Constructor for class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisCompatibleServiceDescriptor
 
MockAxisService - Interface in com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611
Interface for mock Axis service that follows the pattern of the WSDL2Java-generated service interfaces.
MockAxisServiceInterface - Interface in com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611
Mock service interface that implements Remote.
MockAxisServiceLocator - Class in com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611
Mock implementation of MockAxisService that extends Axis Service.
MockAxisServiceLocator() - Constructor for class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisServiceLocator
 
MockAxisServiceLocator(EngineConfiguration) - Constructor for class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisServiceLocator
 
MockAxisServiceSoapBindingStub - Class in com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611
Mock Stub that implements MockAxisServiceInterface.
MockAxisServiceSoapBindingStub(Service) - Constructor for class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisServiceSoapBindingStub
 

P

putAllHttpHeaders(Stub, Map<String, String>) - Method in class com.google.api.ads.common.lib.soap.axis.AxisHandler
 

S

setCompression(Stub, boolean) - Method in class com.google.api.ads.common.lib.soap.axis.AxisHandler
Set whether SOAP requests should use compression.
setEndpointAddress(Stub, String) - Method in class com.google.api.ads.common.lib.soap.axis.AxisHandler
Sets the endpoint address of the given SOAP client.
setHeader(Stub, String, String, Object) - Method in class com.google.api.ads.common.lib.soap.axis.AxisHandler
 
setHeaderChild(Stub, String, String, Object) - Method in class com.google.api.ads.common.lib.soap.axis.AxisHandler
Updates the child attribute of headerName named childName to childValue.
setRequestTimeout(Stub, int) - Method in class com.google.api.ads.common.lib.soap.axis.AxisHandler
Sets the read timeout of the given SOAP client.

T

TEST_MESSAGE - Static variable in interface com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisServiceInterface
 

V

VERSION - Static variable in class com.google.api.ads.common.lib.soap.axis.testing.mocks.v201611.MockAxisCompatibleServiceDescriptor
 
A C G I M P S T V 
Skip navigation links

Copyright © 2016. All Rights Reserved.