3e403817dd4ea286a1401803a03f5e55ff4a0693.svn-base 3.31 KB

package com.thinkgem.jeesite.modules.reg.web.fayuanPoxy;

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.4-b01
 * Generated source version: 2.2
 * 
 */
@WebServiceClient(name = "IpConvertWsZjDataService", targetNamespace = "http://ip.service.webService.ckw.tdh/", wsdlLocation = "http://61.178.80.26:8082/ckwIpWebService/IpConvertWsZjData?wsdl")
public class IpConvertWsZjDataService
    extends Service
{

    private final static URL IPCONVERTWSZJDATASERVICE_WSDL_LOCATION;
    private final static WebServiceException IPCONVERTWSZJDATASERVICE_EXCEPTION;
    private final static QName IPCONVERTWSZJDATASERVICE_QNAME = new QName("http://ip.service.webService.ckw.tdh/", "IpConvertWsZjDataService");

    static {
        URL url = null;
        WebServiceException e = null;
        try {
            url = new URL("http://61.178.80.26:8082/ckwIpWebService/IpConvertWsZjData?wsdl");
        } catch (MalformedURLException ex) {
            e = new WebServiceException(ex);
        }
        IPCONVERTWSZJDATASERVICE_WSDL_LOCATION = url;
        IPCONVERTWSZJDATASERVICE_EXCEPTION = e;
    }

    public IpConvertWsZjDataService() {
        super(__getWsdlLocation(), IPCONVERTWSZJDATASERVICE_QNAME);
    }

    public IpConvertWsZjDataService(WebServiceFeature... features) {
        super(__getWsdlLocation(), IPCONVERTWSZJDATASERVICE_QNAME, features);
    }

    public IpConvertWsZjDataService(URL wsdlLocation) {
        super(wsdlLocation, IPCONVERTWSZJDATASERVICE_QNAME);
    }

    public IpConvertWsZjDataService(URL wsdlLocation, WebServiceFeature... features) {
        super(wsdlLocation, IPCONVERTWSZJDATASERVICE_QNAME, features);
    }

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

    public IpConvertWsZjDataService(URL wsdlLocation, QName serviceName, WebServiceFeature... features) {
        super(wsdlLocation, serviceName, features);
    }

    /**
     * 
     * @return
     *     returns IpConvertWsZjDataHandle
     */
    @WebEndpoint(name = "IpConvertWsZjDataPort")
    public IpConvertWsZjDataHandle getIpConvertWsZjDataPort() {
        return super.getPort(new QName("http://ip.service.webService.ckw.tdh/", "IpConvertWsZjDataPort"), IpConvertWsZjDataHandle.class);
    }

    /**
     * 
     * @param features
     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
     * @return
     *     returns IpConvertWsZjDataHandle
     */
    @WebEndpoint(name = "IpConvertWsZjDataPort")
    public IpConvertWsZjDataHandle getIpConvertWsZjDataPort(WebServiceFeature... features) {
        return super.getPort(new QName("http://ip.service.webService.ckw.tdh/", "IpConvertWsZjDataPort"), IpConvertWsZjDataHandle.class, features);
    }

    private static URL __getWsdlLocation() {
        if (IPCONVERTWSZJDATASERVICE_EXCEPTION!= null) {
            throw IPCONVERTWSZJDATASERVICE_EXCEPTION;
        }
        return IPCONVERTWSZJDATASERVICE_WSDL_LOCATION;
    }

}