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

ee.xtee6.ads.aadrmuud.XroadeuService Maven / Gradle / Ivy

The newest version!

package ee.xtee6.ads.aadrmuud;

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 = "xroadeuService", targetNamespace = "http://www.maaamet.ee", wsdlLocation = "/wsdl/ADSaadrmuudatused.v6.wsdl")
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:08+02:00")
public class XroadeuService
    extends Service
{

    private static final URL XROADEUSERVICE_WSDL_LOCATION;
    private static final WebServiceException XROADEUSERVICE_EXCEPTION;
    private static final QName XROADEUSERVICE_QNAME = new QName("http://www.maaamet.ee", "xroadeuService");

    static {
        XROADEUSERVICE_WSDL_LOCATION = ee.xtee6.ads.aadrmuud.XroadeuService.class.getResource("/wsdl/ADSaadrmuudatused.v6.wsdl");
        WebServiceException e = null;
        if (XROADEUSERVICE_WSDL_LOCATION == null) {
            e = new WebServiceException("Cannot find '/wsdl/ADSaadrmuudatused.v6.wsdl' wsdl. Place the resource correctly in the classpath.");
        }
        XROADEUSERVICE_EXCEPTION = e;
    }

    public XroadeuService() {
        super(__getWsdlLocation(), XROADEUSERVICE_QNAME);
    }

    public XroadeuService(WebServiceFeature... features) {
        super(__getWsdlLocation(), XROADEUSERVICE_QNAME, features);
    }

    public XroadeuService(URL wsdlLocation) {
        super(wsdlLocation, XROADEUSERVICE_QNAME);
    }

    public XroadeuService(URL wsdlLocation, WebServiceFeature... features) {
        super(wsdlLocation, XROADEUSERVICE_QNAME, features);
    }

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

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

    /**
     * 
     * @return
     *     returns ServicePortType
     */
    @WebEndpoint(name = "xroadeuServicePort")
    public ServicePortType getXroadeuServicePort() {
        return super.getPort(new QName("http://www.maaamet.ee", "xroadeuServicePort"), ServicePortType.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 ServicePortType
     */
    @WebEndpoint(name = "xroadeuServicePort")
    public ServicePortType getXroadeuServicePort(WebServiceFeature... features) {
        return super.getPort(new QName("http://www.maaamet.ee", "xroadeuServicePort"), ServicePortType.class, features);
    }

    private static URL __getWsdlLocation() {
        if (XROADEUSERVICE_EXCEPTION!= null) {
            throw XROADEUSERVICE_EXCEPTION;
        }
        return XROADEUSERVICE_WSDL_LOCATION;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy