@WebServiceClient(name="CustomerBillingService",
targetNamespace="https://bingads.microsoft.com/Billing/v13",
wsdlLocation="https://clientcenter.api.sandbox.bingads.microsoft.com/Api/Billing/v13/CustomerBillingService.svc?wsdl")
public class CustomerBillingService
extends jakarta.xml.ws.Service
| Constructor and Description |
|---|
CustomerBillingService() |
CustomerBillingService(URL wsdlLocation) |
CustomerBillingService(URL wsdlLocation,
QName serviceName) |
CustomerBillingService(URL wsdlLocation,
QName serviceName,
jakarta.xml.ws.WebServiceFeature... features) |
CustomerBillingService(URL wsdlLocation,
jakarta.xml.ws.WebServiceFeature... features) |
CustomerBillingService(jakarta.xml.ws.WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
ICustomerBillingService |
getBasicHttpBindingICustomerBillingService() |
ICustomerBillingService |
getBasicHttpBindingICustomerBillingService(jakarta.xml.ws.WebServiceFeature... features) |
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolverpublic CustomerBillingService()
public CustomerBillingService(jakarta.xml.ws.WebServiceFeature... features)
public CustomerBillingService(URL wsdlLocation)
public CustomerBillingService(URL wsdlLocation, jakarta.xml.ws.WebServiceFeature... features)
@WebEndpoint(name="BasicHttpBinding_ICustomerBillingService") public ICustomerBillingService getBasicHttpBindingICustomerBillingService()
@WebEndpoint(name="BasicHttpBinding_ICustomerBillingService") public ICustomerBillingService getBasicHttpBindingICustomerBillingService(jakarta.xml.ws.WebServiceFeature... features)
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.Copyright © 2024. All rights reserved.