Search in sources :

Example 1 with RequestInfoXPathSet

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);
}
Also used : RequestInfoXPathSet(com.google.api.ads.common.lib.soap.RequestInfoXPathSet) QName(javax.xml.namespace.QName) ResponseInfoXPathSet(com.google.api.ads.common.lib.soap.ResponseInfoXPathSet) Before(org.junit.Before)

Aggregations

RequestInfoXPathSet (com.google.api.ads.common.lib.soap.RequestInfoXPathSet)1 ResponseInfoXPathSet (com.google.api.ads.common.lib.soap.ResponseInfoXPathSet)1 QName (javax.xml.namespace.QName)1 Before (org.junit.Before)1