use of com.google.api.ads.common.lib.soap.RequestInfoXPathSet in project googleads-java-lib by googleads.
the class JaxWsSoapContextHandlerTest method setUp.
@Before
public void setUp() {
MockitoAnnotations.initMocks(this);
wsdlService = new QName("http://www.example.com", "AdvertiserService");
requestInfoXPathSet = new RequestInfoXPathSet(mockAdsApiConfiguration, mockNodeExtractor, mockTransformerSupplier, mockLogger);
responseInfoXPathSet = new ResponseInfoXPathSet(mockAdsApiConfiguration, mockNodeExtractor);
jaxWsSoapContextHandler = new JaxWsSoapContextHandler(requestInfoXPathSet, responseInfoXPathSet);
}
Aggregations