57fc0ca4813086708fd09a1b48fdf8a23243db62.svn-base 5.5 KB
package com.thinkgem.jeesite.modules.reg.web.bus.regist;

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

/**
 * This class was generated by Apache CXF 3.1.12
 * 2017-09-11T17:54:11.770+08:00
 * Generated source version: 3.1.12
 * 
 */
@WebServiceClient(name = "registrationLog.dataExchange", 
                  wsdlLocation = "http://172.16.56.18:8081/realestate-supervise-server/services/jrrzsb?wsdl",
                  targetNamespace = "http://loushang.ws")
public class RegistrationLogDataExchange extends Service {
	//正式地址为172.16.56.19;测试地址为172.16.56.18
    public final static URL WSDL_LOCATION;

    public final static QName SERVICE = new QName("http://loushang.ws", "registrationLog.dataExchange");
    public final static QName IUaccessService4RegLogHttpSoap11Endpoint = new QName("http://loushang.ws", "IUaccessService4RegLogHttpSoap11Endpoint");
    public final static QName IUaccessService4RegLogHttpEndpoint = new QName("http://loushang.ws", "IUaccessService4RegLogHttpEndpoint");
    public final static QName IUaccessService4RegLogHttpSoap12Endpoint = new QName("http://loushang.ws", "IUaccessService4RegLogHttpSoap12Endpoint");
    static {
        URL url = null;
        try {
        	  url = new URL("http://172.16.56.18:8081/realestate-supervise-server/services/jrrzsb?wsdl");
        } catch (MalformedURLException e) {
            java.util.logging.Logger.getLogger(RegistrationLogDataExchange.class.getName())
                .log(java.util.logging.Level.INFO, 
                     "Can not initialize the default wsdl from {0}", "http://172.16.56.18:8081/realestate-supervise-server/services/jrrzsb?wsdl");
        }
        WSDL_LOCATION = url;
    }

    public RegistrationLogDataExchange(URL wsdlLocation) {
        super(wsdlLocation, SERVICE);
    }

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

    public RegistrationLogDataExchange() {
        super(WSDL_LOCATION, SERVICE);
    }
    
    public RegistrationLogDataExchange(WebServiceFeature ... features) {
        super(WSDL_LOCATION, SERVICE, features);
    }

    public RegistrationLogDataExchange(URL wsdlLocation, WebServiceFeature ... features) {
        super(wsdlLocation, SERVICE, features);
    }

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


    /**
     *
     * @return
     *     returns RegistrationLogDataExchangePortType
     */
    @WebEndpoint(name = "IUaccessService4RegLogHttpSoap11Endpoint")
    public RegistrationLogDataExchangePortType getIUaccessService4RegLogHttpSoap11Endpoint() {
        return super.getPort(IUaccessService4RegLogHttpSoap11Endpoint, RegistrationLogDataExchangePortType.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 RegistrationLogDataExchangePortType
     */
    @WebEndpoint(name = "IUaccessService4RegLogHttpSoap11Endpoint")
    public RegistrationLogDataExchangePortType getIUaccessService4RegLogHttpSoap11Endpoint(WebServiceFeature... features) {
        return super.getPort(IUaccessService4RegLogHttpSoap11Endpoint, RegistrationLogDataExchangePortType.class, features);
    }


    /**
     *
     * @return
     *     returns RegistrationLogDataExchangePortType
     */
    @WebEndpoint(name = "IUaccessService4RegLogHttpEndpoint")
    public RegistrationLogDataExchangePortType getIUaccessService4RegLogHttpEndpoint() {
        return super.getPort(IUaccessService4RegLogHttpEndpoint, RegistrationLogDataExchangePortType.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 RegistrationLogDataExchangePortType
     */
    @WebEndpoint(name = "IUaccessService4RegLogHttpEndpoint")
    public RegistrationLogDataExchangePortType getIUaccessService4RegLogHttpEndpoint(WebServiceFeature... features) {
        return super.getPort(IUaccessService4RegLogHttpEndpoint, RegistrationLogDataExchangePortType.class, features);
    }


    /**
     *
     * @return
     *     returns RegistrationLogDataExchangePortType
     */
    @WebEndpoint(name = "IUaccessService4RegLogHttpSoap12Endpoint")
    public RegistrationLogDataExchangePortType getIUaccessService4RegLogHttpSoap12Endpoint() {
        return super.getPort(IUaccessService4RegLogHttpSoap12Endpoint, RegistrationLogDataExchangePortType.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 RegistrationLogDataExchangePortType
     */
    @WebEndpoint(name = "IUaccessService4RegLogHttpSoap12Endpoint")
    public RegistrationLogDataExchangePortType getIUaccessService4RegLogHttpSoap12Endpoint(WebServiceFeature... features) {
        return super.getPort(IUaccessService4RegLogHttpSoap12Endpoint, RegistrationLogDataExchangePortType.class, features);
    }

}