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

no.nav.tjeneste.virksomhet.aktoer.v1.AktoerV1 Maven / Gradle / Ivy

There is a newer version: 1.2019.09.25-00.21-49b69f0625e0
Show newest version
package no.nav.tjeneste.virksomhet.aktoer.v1;

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 2.7.4
 * 2019-02-28T19:12:09.830Z
 * Generated source version: 2.7.4
 * 
 */
@WebServiceClient(name = "Aktoer_v1", 
                  wsdlLocation = "file:/home/travis/build/navikt/tjenestespesifikasjoner/aktorid-jaxws/src/main/resources/Aktoer.wsdl",
                  targetNamespace = "http://nav.no/tjeneste/virksomhet/aktoer/v1/") 
public class AktoerV1 extends Service {

    public final static URL WSDL_LOCATION;

    public final static QName SERVICE = new QName("http://nav.no/tjeneste/virksomhet/aktoer/v1/", "Aktoer_v1");
    public final static QName AktoerV1 = new QName("http://nav.no/tjeneste/virksomhet/aktoer/v1/", "Aktoer_v1");
    static {
        URL url = null;
        try {
            url = new URL("file:/home/travis/build/navikt/tjenestespesifikasjoner/aktorid-jaxws/src/main/resources/Aktoer.wsdl");
        } catch (MalformedURLException e) {
            java.util.logging.Logger.getLogger(AktoerV1.class.getName())
                .log(java.util.logging.Level.INFO, 
                     "Can not initialize the default wsdl from {0}", "file:/home/travis/build/navikt/tjenestespesifikasjoner/aktorid-jaxws/src/main/resources/Aktoer.wsdl");
        }
        WSDL_LOCATION = url;
    }

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

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

    public AktoerV1() {
        super(WSDL_LOCATION, SERVICE);
    }
    
    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
    //compliant code instead.
    public AktoerV1(WebServiceFeature ... features) {
        super(WSDL_LOCATION, SERVICE, features);
    }

    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
    //compliant code instead.
    public AktoerV1(URL wsdlLocation, WebServiceFeature ... features) {
        super(wsdlLocation, SERVICE, features);
    }

    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
    //compliant code instead.
    public AktoerV1(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
        super(wsdlLocation, serviceName, features);
    }

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy