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

ee.xtee6.kr.liht.Kr Maven / Gradle / Ivy

The newest version!

package ee.xtee6.kr.liht;

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


/**
 * This class was generated by the XML-WS Tools.
 * XML-WS Tools 4.0.2
 * Generated source version: 3.0
 * 
 */
@WebServiceClient(name = "Kr", targetNamespace = "http://kr.x-road.eu", wsdlLocation = "/wsdl/liht.wsdl")
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:10:54+02:00")
public class Kr
    extends Service
{

    private static final URL KR_WSDL_LOCATION;
    private static final WebServiceException KR_EXCEPTION;
    private static final QName KR_QNAME = new QName("http://kr.x-road.eu", "Kr");

    static {
        KR_WSDL_LOCATION = ee.xtee6.kr.liht.Kr.class.getResource("/wsdl/liht.wsdl");
        WebServiceException e = null;
        if (KR_WSDL_LOCATION == null) {
            e = new WebServiceException("Cannot find '/wsdl/liht.wsdl' wsdl. Place the resource correctly in the classpath.");
        }
        KR_EXCEPTION = e;
    }

    public Kr() {
        super(__getWsdlLocation(), KR_QNAME);
    }

    public Kr(WebServiceFeature... features) {
        super(__getWsdlLocation(), KR_QNAME, features);
    }

    public Kr(URL wsdlLocation) {
        super(wsdlLocation, KR_QNAME);
    }

    public Kr(URL wsdlLocation, WebServiceFeature... features) {
        super(wsdlLocation, KR_QNAME, features);
    }

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

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

    /**
     * 
     * @return
     *     returns IKr
     */
    @WebEndpoint(name = "BasicHttpBinding_IKr")
    public IKr getBasicHttpBindingIKr() {
        return super.getPort(new QName("http://kr.x-road.eu", "BasicHttpBinding_IKr"), IKr.class);
    }

    /**
     * 
     * @param features
     *     A list of {@link jakarta.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the features parameter will have their default values.
     * @return
     *     returns IKr
     */
    @WebEndpoint(name = "BasicHttpBinding_IKr")
    public IKr getBasicHttpBindingIKr(WebServiceFeature... features) {
        return super.getPort(new QName("http://kr.x-road.eu", "BasicHttpBinding_IKr"), IKr.class, features);
    }

    private static URL __getWsdlLocation() {
        if (KR_EXCEPTION!= null) {
            throw KR_EXCEPTION;
        }
        return KR_WSDL_LOCATION;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy