All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ads.dfp.jaxws.v201505.ContentBundleService Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version

package com.google.api.ads.dfp.jaxws.v201505;

import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceException;
import javax.xml.ws.WebServiceFeature;


/**
 * This class was generated by the JAX-WS RI.
 * JAX-WS RI 2.2.9-b130926.1035
 * Generated source version: 2.1
 * 
 */
@WebServiceClient(name = "ContentBundleService", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", wsdlLocation = "https://ads.google.com/apis/ads/publisher/v201505/ContentBundleService?wsdl")
public class ContentBundleService
    extends Service
{

    private final static URL CONTENTBUNDLESERVICE_WSDL_LOCATION;
    private final static WebServiceException CONTENTBUNDLESERVICE_EXCEPTION;
    private final static QName CONTENTBUNDLESERVICE_QNAME = new QName("https://www.google.com/apis/ads/publisher/v201505", "ContentBundleService");

    static {
        URL url = null;
        WebServiceException e = null;
        try {
            url = new URL("https://ads.google.com/apis/ads/publisher/v201505/ContentBundleService?wsdl");
        } catch (MalformedURLException ex) {
            e = new WebServiceException(ex);
        }
        CONTENTBUNDLESERVICE_WSDL_LOCATION = url;
        CONTENTBUNDLESERVICE_EXCEPTION = e;
    }

    public ContentBundleService() {
        super(__getWsdlLocation(), CONTENTBUNDLESERVICE_QNAME);
    }

    public ContentBundleService(URL wsdlLocation, QName serviceName) {
        super(wsdlLocation, serviceName);
    }

    /**
     * 
     * @return
     *     returns ContentBundleServiceInterface
     */
    @WebEndpoint(name = "ContentBundleServiceInterfacePort")
    public ContentBundleServiceInterface getContentBundleServiceInterfacePort() {
        return super.getPort(new QName("https://www.google.com/apis/ads/publisher/v201505", "ContentBundleServiceInterfacePort"), ContentBundleServiceInterface.class);
    }

    /**
     * 
     * @param features
     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the features parameter will have their default values.
     * @return
     *     returns ContentBundleServiceInterface
     */
    @WebEndpoint(name = "ContentBundleServiceInterfacePort")
    public ContentBundleServiceInterface getContentBundleServiceInterfacePort(WebServiceFeature... features) {
        return super.getPort(new QName("https://www.google.com/apis/ads/publisher/v201505", "ContentBundleServiceInterfacePort"), ContentBundleServiceInterface.class, features);
    }

    private static URL __getWsdlLocation() {
        if (CONTENTBUNDLESERVICE_EXCEPTION!= null) {
            throw CONTENTBUNDLESERVICE_EXCEPTION;
        }
        return CONTENTBUNDLESERVICE_WSDL_LOCATION;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy